Open benju69 opened 10 years ago
Well, I fixed the issue with declaring outputDir with def def outputDir = "..."
add outputDir="." in gradle.properties
for me, i need to remove the double quote in gradle.properties to get it work. in my gradle.properties outputDir = ../app/src/main/java-gen
def outputDir = "..."!!! Thanks a lot, @benju69
reason is miss "def"... Thx @benju69
Hello, I have an error with Gradle : Error:(7, 0) No such property: outputDir for class: org.gradle.api.internal.project.DefaultProject_Decorated
I use the last version of Android Studio