I\'m running into an Error when I open a new project in Android Studio from the Code Samples (Hello JIN). When the Project is opened the following:
Build com
I found this Solution Online and this worked, however there was no explanation on how it worked: Remove the following block of code from you build.gradle file:
externalNativeBuild { cmake { path "src/main/cpp/CMakeLists.txt" } }