CameraDeepAR icon indicating copy to clipboard operation
CameraDeepAR copied to clipboard

Direct local .aar file dependencies are not supported when building an AAR #34

Open edisonblockchainfirm opened this issue 3 years ago • 1 comments

Please provide an update with the latest Gradle version for android and update the changes in ReadME.

edisonblockchainfirm avatar Jun 14 '22 09:06 edisonblockchainfirm

i am working on latest version flutter

Execution failed for task ':camera_deep_ar:bundleDebugAar'.

Error while evaluating property 'hasLocalAarDeps' of task ':camera_deep_ar:bundleDebugAar' 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 :camera_deep_ar project caused this error: C:\Users\admin\AppData\Local\Pub\Cache\hosted\pub.dev\camera_deep_ar-0.0.2+3\android\lib\deepar0.aar

eansharma avatar Oct 17 '23 10:10 eansharma