发布于 3年前

Error:Error: Expected resource of type id [ResourceType]打包apk是提示错误

Error:Error: Expected resource of type id [ResourceType]打包apk是提示错误

在build中添加

lintOptions { disable"ResourceType"**}**

实例:

buildTypes {

    release {

        minifyEnabledfalse

        proguardFiles getDefaultProguardFile('proguard-android.txt'),'proguard-rules.pro'

    }

    lintOptions {

        disable"ResourceType"

    }

}
apk
©2020 edoou.com   京ICP备16001874号-3