-
Notifications
You must be signed in to change notification settings - Fork 960
Gradle Error while opening the project #11749
Copy link
Copy link
Closed
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executiontriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executiontriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
Done
🐛 Describe the bug
I am getting a gradle like the errors provided below:
#1:
Starting Gradle Daemon...
Gradle Daemon started in 692 ms
#2:
Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=executorch.aar, variant=local file, variantName=null, artifactFile=/home/xrlinux/Documents/executorch/examples/demo-apps/android/LlamaDemo/app/libs/executorch.aar, isTestFixturesArtifact=false, extractedFolder=null, publishedLintJar=null, dependencyType=ANDROID, isWrappedModule=false, buildMapping={current_build=/home/xrlinux/Documents/executorch/examples/demo-apps/android/LlamaDemo})
I could see tat the Gradle version(8.1.0) is not matching with the compilesdk=34. I even tried upgrading the gradle, But it doesn't help.
Kindly provide the necessary steps to resolve this error or suggest me the right android studio version to avoid this error.
Versions
I am currently running Android Studio Koala | 2024.1.1 Patch 2 with Gradle version 8.1.0
cc @kirklandsign @cbilgin