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

前端 未结 6 2232
陌清茗
陌清茗 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条回答
  •  -上瘾入骨i
    2020-12-30 04:50

    Check out platforms/android/build.xml for where "HelloWorld" comes from, maybe. In my case, I have a line that says

    
    

    and my app gets named "CordovaApp-release.apk", instead of what I have in config.xml. I assume the "cordova platform add android" is doing something slightly wrong, but not entirely sure.

提交回复
热议问题