Android API 22权限模型降级-Google Play商店新应用版本

时间:2018-07-09 16:03:56

标签: android cordova ionic-framework

当我尝试将应用程序的最新版本上传到Google Play商店时,即使没有更改任何项目配置,我也会看到以下权限模型降级错误。

错误:

Permission model downgrade

Problem:

Users that have the APK with version code 10605, which targets SDK 23 or higher, will receive an error when they attempt to upgrade to this APK because it targets SDK 22.

Resolution:

Ensure that your release includes APKs targeting SDK 23 or higher to which all users that have the APK with version code 10605 can upgrade.

我尝试在config.xml中将android-targetSdkVersion设置为23并运行cordova build android。尽管构建成功,但应用程序的权限已损坏。

我应该怎么做才能解决上述问题,并完整保留我的应用程序权限?请让我知道是否需要其他信息。

Config.xml

Config File Image

AndroidManifest.xml

Android Manifest XML file

谢谢

0 个答案:

没有答案