An error is reported when android builds the official package: Errors while building APK. You can find the errors in the 'Messages' view.

Add to android{} in app's build.gradle:

lintOptions {

 checkReleaseBuilds false

 abortOnError false

}

Reference: Errors while building APK. You can find the errors in the 'Messages' view. - WidgetBox - 博客园(cnblogs.com)

Guess you like

Origin blog.csdn.net/qq_26467207/article/details/122132453