mtellect / CameraDeepAR

MIT License
32 stars 50 forks source link

package needs the latest version of gardle #38

Open sam4523 opened 2 years ago

sam4523 commented 2 years ago

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

Hi99simon commented 2 years ago

I face this error too

jack84156 commented 2 years ago

you can use old version of gradle

mtellect commented 2 years ago

You must not use the latest grade for this plugin to work... This plugin was configured for old grade.

sam4523 commented 2 years ago

Well .. last update for this package was in 35 day a go .. wonder why it is configured for old grade

في الاثنين، 31 يناير 2022 9:08 م Maugost @.***> كتب:

You must not use the latest grade for this plugin to work... This plugin was configured for old grade.

— Reply to this email directly, view it on GitHub https://github.com/mtellect/CameraDeepAR/issues/38#issuecomment-1026062013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXO7QDJN5ZGH7GOUI5SUFI3UY3F2JANCNFSM5MZTEW5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

mtellect commented 2 years ago

Hi, if you do want to use this plugin set the following:

Your project build.gradle classpath :

classpath 'com.android.tools.build:gradle:3.5.0'

set your app.gradle to:

compileSdkVersion 29 minSdkVersion 21 targetSdkVersion 29

set your gradle/wrapper/gradle-wrapper.properties to: distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip

this is a customized library for a particular feature i freely open-sourced!