我正在尝试将我的Android应用程序转换为JAR。
在GRADLE工具栏上单击生成选项时,它显示此错误:
Fix the issues identified by lint or add the following to your build script to proceed with errors: ... android { lintOptions { abortOnError false } }
现在,我将这些行添加到build.gradle
中,但是尚未创建JAR,也未显示任何错误。请帮助