Generate non-debug apk from ionic

后端 未结 5 1920
悲&欢浪女
悲&欢浪女 2020-12-31 09:36

I am using ionic framework to generate apk for android platform.

After running ionic build android, an android-debug.apk is generated. How can I generat

5条回答
  •  梦谈多话
    2020-12-31 10:20

    Basically, as Jan commented, you should use the command: cordova build android --release. You can take a look at the official guide from Ionic about how to publish your app.

提交回复
热议问题