I am taking the first steps in Android / GoogleApp and I am trying to learn the Jumpnote example:
http://code.google.com/p/jumpnote/
I was able to import Android and Appengine projects for the eclipse, but ran into the following problem when trying to launch the Jumpnote web part (it works fine on Android).
When starting the web part, an error appears Main type is not specifiedthat AFAIK implies that the main function is missing in this project.
Is this really the case for the jumpnote example, and do I need to manually add it, or did I miss something else?
Amir source
share