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)
Set android.useDeprecatedNdk=true in gradle.properties to continue using the current NDK integration.
android.useDeprecatedNdk=true
gradle.properties
You just have to follow the instruction which is given to you in the error.