【发布时间】:2019-04-16 03:24:34
【问题描述】:
我正在尝试将我的 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,也没有显示任何错误。请帮忙
【问题讨论】:
标签: android android-studio jar