Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

OF_android : gradle sync failed : unknow property assembleDebug

$
0
0

@valsoy wrote:

Hi :smile:
I try the androidImageExample but gradle fail to sync :confused:
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") :confused:

Thanks for helping me :slight_smile:

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles