开发者

How to make .EXE for demonstration of a Android Software built in 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.

开发者_运维问答

need immediate idea


You'll need to do some legwork:

  1. Create the .apk bundle
  2. Create an Android virtual device
  3. Boot your emulator
  4. Install your .apk into the emulator.
  5. Create a batch file to launch the emulator with the correct AVD, place the zip file somewhere prominent
  6. Zip up the whole works, and distribute that.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜