Today I updated my android studio to 1.3 and I enter the NDK (android-ndk-r10e NDK version) path in local.properties (ndk.dir=C:\\AndroidNDK\\android-ndk-r10e\\android-ndk-r10e)
Add following code in your build.gradle
sourceSets { main { jni.srcDirs = [] } }
This may solve your problem..