I am using Android studio version 1.3.1 and try to integrate the NDK by going to local.proprties and writing ndk.dir= and I got this error
Error:Execution failed for
Add this to your build.gradle :
android{ sourceSets { main { jni.srcDirs = [] } } }