问题是当我在发布模式下生成APK时,我的应用程序中的登录不起作用。但是......我已经做了很多测试。我发现问题是当我将“Debuggable”更改为false时。如果我将其设置为true,则该应用就像魅力一样。
另一个问题是我无法将可调试的APK上传到Google Play。
答案 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