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

前端 未结 6 2231
陌清茗
陌清茗 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:12

    I am guessing they moved the location of the apk again. Here is my version and the new location:

    >phonegap -v

    8.0.0

    location of apk after

    >phonegap build android --release

    [project_folder]\platforms\android\app\build\outputs\apk\release

    Note the extra \app folder.

提交回复
热议问题