Generate Signed APK: Errors while building APK. You can find the errors in the ‘Messages‘ view.

Find the build.gradle file under the app file, and add the following code to android in the file:

android {

lintOptions {
checkReleaseBuilds false
abortOnError false
}

Guess you like

Origin blog.csdn.net/weixin_58159075/article/details/119871171