Exported the project and imported into Eclipse according to instructions. I've built Android projects in Eclipse on this computer before.
beta3 (latest) of Gideros.
Seems some dependencies are missing or wrong, all imports are glowing bright red:
javax.microeditions.*
android.*
All of those are missing, somehow. At least Android should be properly installed since I've built APKs before (for Phonegap), but I'm not really sure where to start with this. On another Android project I can see a referenced Android 2.3 but don't know how to copy that or if that's even correct.
Cleaning, reimporting and regular tricks like that do nothing. Any ideas where to start debugging this?
Thanks!
Comments
Trying it all once again did add the dependencies, then had to fiddle with minimum targets a bit from 7 to 9, then it complained abut a missing "bin/resources.ap_"... now I'm updating all of the Android SDK, let's see where that takes me.
Updating everything in Eclipse and reloading and cleaning etc I finally got it to run.
Likes: gorkem, atilim