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

前端 未结 6 2233
陌清茗
陌清茗 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 04:55

    Phonegap 5.4.0 puts them in platforms/android/build/outputs/apk

    I ran phonegap build --release to do this. Still trying to figure all this out however!

提交回复
热议问题