How to make .EXE for demonstration of a Android Software built in eclipse?

…衆ロ難τιáo~ 提交于 2019-12-04 06:34:03

问题


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:

  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.


来源:https://stackoverflow.com/questions/2862067/how-to-make-exe-for-demonstration-of-a-android-software-built-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!