Skip to main content

Posts

Showing posts from October, 2018

No toolchains found in the NDK toolchains folder for ABI with prefix

The  "No toolchains found in the NDK toolchains folder for ABI with prefix" error is now coming frequently if you import any old project into the android studio after latest update into the android studio. A solution of this error in the android studio is the updating gradel version to latest one into your apps level build.gradle file and sync the project again, as given below.   dependencies { classpath 'com.android.tools.build:gradle:3.2.1' }