[go: nahoru, domu]

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

Unable to build MADSkillsNavigation sample #1086

Open
phazei opened this issue Apr 14, 2023 · 2 comments
Open

Unable to build MADSkillsNavigation sample #1086

phazei opened this issue Apr 14, 2023 · 2 comments

Comments

@phazei
Copy link
phazei commented Apr 14, 2023

I'm using Android Studio Electric Eel. When I try to run the project I get this error:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Failed to calculate the value of task ':app:compileDebugJavaWithJavac' 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\Homestar\AndroidStudioProjects\architecture-components-samples\MADSkillsNavigationSample\app\build\generated\ap_generated_sources\debug\out)) org.gradle.api.internal.file.DefaultFilePropertyFactory$ToFileTransformer@4639114f) before task ':app:compileDebugJavaWithJavac' has completed is not supported

I tried checking out older versions, but it doesn't seem to work. Really wanted to test it out.

@Bugzer0
Copy link
Bugzer0 commented Jun 7, 2023

Me too :(

@ingenika
Copy link
ingenika commented Nov 7, 2023

update classpath 'com.android.tools.build:gradle:7.0.0' in build.pradle(Projet) solve the problem.

But still some works needs to be done for app to work

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
@phazei @Bugzer0 @ingenika and others