Where is APK file stored after phonegap android build is successful?

前端 未结 6 2229
陌清茗
陌清茗 2020-12-30 04:48

I don\'t understand where can I find my package that is compiled so I can copy it into my device and install it from there.

What I did is create an empty project, th

6条回答
  •  独厮守ぢ
    2020-12-30 05:02

    Are you using eclipse? If so, take a look at this tutorial. This will allow you to export to a .apk file.

    http://examples.javacodegeeks.com/android/core/build-android-application-package-file-apk-using-eclipse-ide/

提交回复
热议问题