美文网首页
2019-07-15

2019-07-15

作者: yttcat | 来源:发表于2019-07-15 23:45 被阅读0次

安卓打包出错集合

Execution failed for task ':app:lintVitalRelease'

app/build.gradle

android {

 lintOptions {

        checkReleaseBuilds false

        abortOnError false

    }

...其他配置

}

相关文章

网友评论

      本文标题:2019-07-15

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