androidTFDetect icon indicating copy to clipboard operation
androidTFDetect copied to clipboard

Build failed with an exception - Can't run this project on Android Studio

Open maio2002 opened this issue 7 years ago • 1 comments

I've already tried many things like deleting the gradle-folders, installing SDK's or adding "google()" to "repositories{}" until got to this error where I don't find any helpful solution on the internet :(

That's the error I get: A problem occurred configuring root project 'androidTFDetect'.

executing external native build for cmake C:\Users\Maiwand\cleanGit\androidTFDetect\jni\CMakeLists.txt

I would be glad if you answer me :)

maio2002 avatar Oct 16 '18 08:10 maio2002

I've already tried many things like deleting the gradle-folders, installing SDK's or adding "google()" to "repositories{}" until got to this error where I don't find any helpful solution on the internet :(

That's the error I get: A problem occurred configuring root project 'androidTFDetect'.

executing external native build for cmake C:\Users\Maiwand\cleanGit\androidTFDetect\jni\CMakeLists.txt

I would be glad if you answer me :)

You can try setting "def nativeBuildSystem" to 'none' in your build.gradle

Clerkosh avatar Jan 27 '19 15:01 Clerkosh