I\'m assuming it\'s a bug since I didn\'t have any problems until the new update. So I cant use the gradle console to debug my app because I have this warning -
This type of error statement are:-
Solution:
Open your build.gradle and here you are see two gradle path like:
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.2.0'
You can remove one of those classpath and keep only one Classpath.
Clean the project gradlew clean
This is working for me never require to set the ndk path or the ndk setting.