Where is the APK file in PhoneGap after compile it?

旧街凉风 提交于 2020-01-07 04:27:07

问题


I just installed Phonegap and created the app through the terminal (command line), everything works fine. It compiled the code and exported it to my smartphone, that was connected to PC.

The problem is, where PhoneGap storage the APK file after use the command "phonegap run android" or "phonegap compile android"?


回答1:


I just founded that is inside app folder:

/--app folder--/platform/android/bin/~

thanks for the help




回答2:


Try this step if u r using eclipse

Right Click on the Project -> Android Tools ->Export Unsigned Application Package

to release from the command line: http://developer.android.com/tools/building/building-cmdline.html#ReleaseMode …

to sign the .apk file, if you need to do :

http://developer.android.com/tools/publishing/app-signing.html



来源:https://stackoverflow.com/questions/21256306/where-is-the-apk-file-in-phonegap-after-compile-it

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