【问题标题】:Permission model downgrade - Google Play Store new app version release权限模型降级 - Google Play Store 新应用版本发布
【发布时间】:2017-06-26 12:57:19
【问题描述】:

我在尝试发布应用程序的新版本时收到此错误

如果我将 android-minSdkVersion 也更改为 23,我也会遇到同样的错误。

帮帮我!谢谢。

【问题讨论】:

    标签: google-play


    【解决方案1】:

    compileSDKVersion 更改如下: *请记住使用最新的 buildToolVersion 并安装正确的 SDK 版本。

    apply plugin: 'com.android.application'
    android {
        compileSdkVersion 25
        buildToolsVersion '25.0.0'
        defaultConfig {
            applicationId "com.company.yourapp"
            minSdkVersion 19
            targetSdkVersion 25
            versionCode 1
            versionName "1.0"
    //        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        }
        bu...
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-11-04
      • 1970-01-01
      • 2021-03-22
      • 1970-01-01
      • 2020-12-13
      • 2020-11-21
      相关资源
      最近更新 更多