You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in /storage/emulated/0/.sketchware/mysc/620/app/src/main/java/com/my/newproject2/MainActivity.java (at line 64)
public class MainActivity extends AppCompatActivity {
^^^^^^^^^^^^
The nested type MainActivity cannot hide an enclosing type
ERROR in /storage/emulated/0/.sketchware/mysc/620/app/src/main/java/com/my/newproject2/MainActivity.java (at line 64)
public class MainActivity extends AppCompatActivity {
^^^^^^^^^^^^
Illegal modifier for the local class MainActivity; only abstract or final is permitted
2 problems (2 errors)
The text was updated successfully, but these errors were encountered:
public class MainActivity extends AppCompatActivity {
^^^^^^^^^^^^
The nested type MainActivity cannot hide an enclosing type
public class MainActivity extends AppCompatActivity {
^^^^^^^^^^^^
Illegal modifier for the local class MainActivity; only abstract or final is permitted
2 problems (2 errors)
The text was updated successfully, but these errors were encountered: