I\'m using the latest android studio build 1.1 ,since i want to import an eclipse project that needs NDK .i installed NDK and set the NDK location in the local.propert
local.propert
Try adding this to the build.gradle file:
build.gradle
sourceSets.main { jni.srcDirs = [] }