How to make executable version of software in Android? -


I'm doing this with my project in Android, now I want to make an executable version of the application.

I need to show it as an emulator in the form of a soft app in the .exe form, not by accidentally created and debugging process.

Go to your bin folder and your

  [appname]. Apk  

Find the file. Eclipse should be made as it builds your project. So you can take this APK and take it to your device and install it! (Using a file explorer like ASTRO and enabling to install non-market applications).


Comments