Issue
I am getting the following error:
No toolchains found in the NDK toolchains folder for the ABI with prefix: mipsel-linux-android
Solution
In the build.gradle
(Project: XXX) file, in dependencies I updated the classpath as follows:
classpath 'com.android.tools.build:gradle:3.2.1'
Note: you have to enter the most recent version
Answered By - Baby
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.