android studio 打包报错:Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.

找到app文件下的build.gradle文件,之后在该文件中的android加入如下代码即可:

android {
......

lintOptions {
    checkReleaseBuilds false
abortOnError false
}

android studio 打包报错:Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.

上一篇:VUE+Axios+Nodejs+express+pgsql实现前后数据交互


下一篇:5-5 自定义AppBar实现滚动渐变