Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic:compileArArCoreDebugJavaWithJavac #110

Open
Oumoussi opened this issue Nov 11, 2023 · 3 comments
Open

Basic:compileArArCoreDebugJavaWithJavac #110

Oumoussi opened this issue Nov 11, 2023 · 3 comments

Comments

@Oumoussi
Copy link

when i try to lucnh the project an error that has a link with arcore appears and i don t know hot to solve
Error :

  • What went wrong:
    Execution failed for task ':Basic:compileArArCoreDebugJavaWithJavac'.

Failed to calculate the value of task ':Basic:compileArArCoreDebugJavaWithJavac' property 'options.generatedSourceOutputDirectory'.
Querying the mapped value of map(java.io.File property(org.gradle.api.file.Directory, fixed(class org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedDirectory, C:\Users\abder\Downloads\android-sdk-examples-master (1)\android-sdk-examples-master\Basic\build\generated\ap_generated_sources\arArCoreDebug\out)) org.gradle.api.internal.file.DefaultFilePropertyFactory$ToFileTransformer@7c544fee) before task ':Basic:compileArArCoreDebugJavaWithJavac' has completed is not supported

@NiravDev1
Copy link

NiravDev1 commented May 15, 2024

in My case i have done below steps and clean rebuild project

-AGP version 7.4.0 and Gradle version 7.5
-Compile SDK and target SDK Version 34
-All this dependencies are updated
It's working fine

@HildonEduardo
Copy link

Hello, I'm having the same issue, using Android studio 2024.1.1

Gradle version:
gradle-7.2-bin.zip
-Compile SDK and target SDK Version 31
Using the same libraries from master.

Someone has a way for make this sample to work?
some branch is working?
Regards,

@admirhusic
Copy link

In my case it was enough to change the gradle version to 7.4.2 in build.gradle

dependencies {
        classpath 'com.android.tools.build:gradle:7.4.2'
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants