views:

104

answers:

2

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.

+1  A: 

Try this from the Android developer documentation.

CommonsWare
A: 

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

Ricardo Villamil
I need to demonstrate it in .exe form as soft app as on emulator, not by built and debug process from eclipse.
rob
i don't want to move it to device, i want to make EXE for demonstration
rob