๐ฑ dreaming DiNO
[Android] release ๋น๋์, bundleReleaseLocalLintAar FAILED ๋ณธ๋ฌธ
Android/Android Studio
[Android] release ๋น๋์, bundleReleaseLocalLintAar FAILED
MK_____ 2023. 6. 27. 15:52์ค๋ฅ ๋ฐ์
> Task :face:bundleReleaseLocalLintAar FAILED
Execution failed for task ':face:bundleReleaseLocalLintAar'.
> Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error). The following direct local .aar file dependencies of the :face project caused this error:
์ค๋ฅ ํด๊ฒฐ
build.gradle (:app)
android {
...
signingConfigs {
lintOptions {
checkReleaseBuilds false
}
...
}
}