当我在 google Play 商店发布 Moodle 应用程序时上传失败?

Upload failed when I publish Moodle app on google play store?

我在发布 Moodle 应用程序时遇到了这个异常,我该如何解决这些错误?

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.

谢谢

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

按照此 link 生成签名的 apk:

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

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

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

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