Hello.
I had 4 errors compiling, I also tried cleaning the App's memory and uninstalling+reinstalling, no luck.
Here they are:
`----------
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 8)
public class Main extends AndroidApplication {
^^^^^^^^^^^^^^^^^^
AndroidApplication cannot be resolved to a type
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 11)
protected void onCreate(Bundle _savedInstanceState) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method onCreate(Bundle) of type Main must override or implement a supertype method
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 12)
super.onCreate(_savedInstanceState);
^^^^^
AndroidApplication cannot be resolved to a type
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 17)
public void onBackPressed() {
^^^^^^^^^^^^^^^
The method onBackPressed() of type Main must override or implement a supertype method
Hello. I had 4 errors compiling, I also tried cleaning the App's memory and uninstalling+reinstalling, no luck.
Here they are: `----------
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 8) public class Main extends AndroidApplication { ^^^^^^^^^^^^^^^^^^ AndroidApplication cannot be resolved to a type
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 11) protected void onCreate(Bundle _savedInstanceState) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onCreate(Bundle) of type Main must override or implement a supertype method
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 12) super.onCreate(_savedInstanceState); ^^^^^ AndroidApplication cannot be resolved to a type
ERROR in /storage/emulated/0/.sketchwaregames/mysc/601/app/src/main/java/com/my/newproject/Main.java (at line 17) public void onBackPressed() { ^^^^^^^^^^^^^^^ The method onBackPressed() of type Main must override or implement a supertype method
4 problems (4 errors) `