DroidlyMobileGames / SketchGDXPro

Other
10 stars 0 forks source link

Error compiling #9

Open chiaravalle opened 6 months ago

chiaravalle commented 6 months ago

Hello. I had 4 errors compiling, I also tried cleaning the App's memory and uninstalling+reinstalling, no luck.

Here they are: `----------

  1. 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

  2. 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

  3. 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

  4. 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) `

chiaravalle commented 6 months ago

And where is the GUI editor gone?

DroidlyMobile commented 5 months ago

This project has been moved because I lost my password for this account also the reason this error happens is because you didn't follow the guide.