zfan93
10/11/2023, 6:26 AMimplementation(fileTree("libs"))
but when i build a apk ,there is a mistake
Execution failed for task ':shared:bundleReleaseLocalLintAar'.
> Error while evaluating property 'hasLocalAarDeps' of task ':shared: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 :shared project caused this error: /Users/zhuangfan/StudioProjects/Luck/shared/libs/logger-2.1.8-release.aar, /Users/zhuangfan/StudioProjects/Luck/shared/libs/sms_auth_library-1.0.4-log-online-release.aar, /Users/zhuangfan/StudioProjects/Luck/shared/libs/auth_number_product-2.12.15-log-online-standard-release.aar, /Users/zhuangfan/StudioProjects/Luck/shared/libs/main-2.1.8-release.aar
How can I solve this problem?Thanks!