I am almost done with my project in android, now I want to make the executable version of the application.
I need to demonstrate it in .exe form as soft app as on emulator, not by built and debug process from eclipse.
I am almost done with my project in android, now I want to make the executable version of the application.
I need to demonstrate it in .exe form as soft app as on emulator, not by built and debug process from eclipse.
Go to your bin folder and look for your
[appname].apk
file. Eclipse should build one as it builds your project. Then you can take this apk and move it to your device and install it! (Using a file explorer like ASTRO and enabling non-market apps to be installed).