美文网首页
Error:Error: Expected resource o

Error:Error: Expected resource o

作者: 拉肚 | 来源:发表于2016-11-25 15:56 被阅读27次

    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"


    }

    }

    相关文章

      网友评论

          本文标题:Error:Error: Expected resource o

          本文链接:https://www.haomeiwen.com/subject/xwbupttx.html