after downloading your files i was unable to unzip the more recent version (the 0.2 one) and after following the tutorial i cannot open Android project from j2ab_adapter, as there is missing manifest file. Am i supposed to create my own manifest, which depends on my application only?
I've followed all the steps to set up the projects, however I'm getting these errors on the J2ME project:
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
If I add the JRE to the J2ME project, then instead of Object not being found, its android.view.View$OnKeyListener. Any solutions? I've gone through it with a fresh workspace and projects twice.