How to make executable version of software in Android?

一世执手 提交于 2019-12-20 03:30:46

问题


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.


回答1:


Go to your bin folder and look for your

[appname].apk

file. Eclipse should build one as it builds your project. Then you can take this apk and move it to your device and install it! (Using a file explorer like ASTRO and enabling non-market apps to be installed).



来源:https://stackoverflow.com/questions/2845655/how-to-make-executable-version-of-software-in-android

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