问题
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