You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution failed for task ':helloworld:common:compileDebugJavaWithJavac'.
> Failed to calculate the value of task ':helloworld:common: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, /Users/jacekkwiecien/Projects/car-samples/car_app_library/helloworld/common/build/generated/ap_generated_sources/debug/out)) org.gradle.api.internal.file.DefaultFilePropertyFactory$ToFileTransformer@634f2d8c) before task ':helloworld:common:compileDebugJavaWithJavac' has completed is not supported
I have a JAVA_HOME env var set and pointing to the correct JAVA 8 jdk. Same is set in Android Studio SDK. ALso using jevn, all set to 1.8.
Been previously using JAVA 11, but changing all these didn't help.
The text was updated successfully, but these errors were encountered:
I'm facing a build issue for every module:
I have a JAVA_HOME env var set and pointing to the correct JAVA 8 jdk. Same is set in Android Studio SDK. ALso using jevn, all set to 1.8.
Been previously using JAVA 11, but changing all these didn't help.
The text was updated successfully, but these errors were encountered: