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
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.
精彩评论