奇怪的行为释放APK离子

时间:2017-10-20 08:51:47

标签: android debugging ionic-framework httpclient release

问题是当我在发布模式下生成APK时,我的应用程序中的登录不起作用。但是......我已经做了很多测试。我发现问题是当我将“Debuggable”更改为false时。如果我将其设置为true,则该应用就像魅力一样。

另一个问题是我无法将可调试的APK上传到Google Play。

enter image description here

2 个答案:

答案 0 :(得分:0)

你在离子项目中不需要android studio。 检查 https://ionicframework.com/docs/intro/deploying/

答案 1 :(得分:0)

无需Studio来构建Ionic Apps。

只需使用以下命令

// For Debug build
ionic cordova build android

// For Release builds
ionic cordova build android --release

//For Production builds
ionic cordova build android --prod --release