-1

I get this exception when I publish Moodle app to play sore, how can I fix these errors?

Upload failed You uploaded a debuggable APK.

For security reasons you need to disable debugging before it can be published in Google Play. Learn more about debuggable APKs. You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing. You need to use a different package name because "com.moodle.moodlemobile" already exists in Google Play.

Thanks

4

2 回答 2

0

您需要在应用发布后生成签名的 apk。

按照此链接生成签名的 apk :

https://developer.android.com/studio/publish/app-signing.html

于 2017-05-09T10:49:36.700 回答
0

您必须对 .apk 进行签名,才能在 Google Play 上发布它。要签署您的 .apk,请点击以下链接:

对于Cordoba平台:http: //ilee.co.uk/Sign-Releases-with-Cordova-Android/

对于离子平台:http: //ionicframework.com/docs/v1/guide/publishing.html

于 2017-05-09T11:11:03.150 回答