On 07/07/10 10:52, gabri wrote:
> 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!!
>
>   
Android apps will only run from an .apk on a device or on the emulator;
they can't run from a jar or without the Android OS.

Eclipse will package your app into an .apk for you; use the Export...
menu option.

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