@valsoy wrote:
Hi
I try the androidImageExample but gradle fail to sync
I use the gradle plugin version 2.2.0 and Ndk 13.0. and OF 0.9.3.When trying to sync, I have this error :
Error:(58, 0) Could not get unknown property 'assembleDebug' for root project 'androidImageExample' of type org.gradle.api.Project.
Open File
for the line : assembleDebug.dependsOn(":openFrameworksProject:compileDebugOF") in the build.gradle file from the project.But when I follow the path, I find the task compileDebugOF in the build.gradle file from /libs/openFrameworksCompiled/project/android.
So I don't understand why gradle doesn't found the task...
And there was no error for the clean.dependsOn(":openFrameworksProject:clean") line above assembleDebug.dependsOn(":openFrameworksProject:compileDebugOF")![]()
Thanks for helping me
Posts: 2
Participants: 1