问题
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.
need immediate idea
回答1:
You'll need to do some legwork:
- Create the .apk bundle
- Create an Android virtual device
- Boot your emulator
- Install your .apk into the emulator.
- Create a batch file to launch the emulator with the correct AVD, place the zip file somewhere prominent
- Zip up the whole works, and distribute that.
来源:https://stackoverflow.com/questions/2862067/how-to-make-exe-for-demonstration-of-a-android-software-built-in-eclipse