Exporting Android app to a .jar will never work, since .jars run in a different environment.

The emulator is just like a phone - it runs Android, which runs your app packaged as an .apk. If you just use "run" or "debug" commands in Eclipse, it will run your app in the emulator, if there is no connected phone.

-- Kostya


07.07.2010 18:52, gabri пишет:
I've been trying to export it to a jar file but as there is no main
method in my app this doesen't work. Can someone tell me how to create
this executable?
the executable is tu run the emulator and app both in computer not at
phone!!



--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to