Known configuration
ndk.dir=/home/.../Sdk/ndk-bundle
sdk.dir=/home/.../Sdk
Gradlew compilation error
Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForxxxxx'.
> A problem occurred starting process 'command '\
<sdk.dir>/ndk-bundle/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-strip''
View Android/SDK installation path
$ ll <sdk.dir>/ndk-bundle/toolchains/
drwxrwxrwx 3 lily lily 4096 aarch64-linux-android-4.9/
drwxrwxrwx 3 lily lily 4096 arm-linux-androideabi-4.9/
drwxrwxrwx 3 lily lily 4096 llvm/
lrwxrwxrwx 1 lily lily 25 mips64el-linux-android-4.9 -> aarch64-linux-android-4.9/
lrwxrwxrwx 1 lily lily 25 mipsel-linux-android-4.9 -> arm-linux-androideabi-4.9/
drwxrwxrwx 3 lily lily 4096 renderscript/
drwxrwxrwx 3 lily lily 4096 x86-4.9/
drwxrwxrwx 3 lily lily 4096 x86_64-4.9/
I downloaded an extra version of NDK R15, android-ndk-r15c
To change to
$ ll <sdk.dir>/ndk-bundle/toolchains/
drwxrwxrwx 3 lily lily 4096 aarch64-linux-android-4.9/
drwxrwxrwx 3 lily lily 4096 arm-linux-androideabi-4.9/
drwxrwxrwx 3 lily lily 4096 llvm/
lrwxrwxrwx 1 lily lily 84 mips64el-linux-android-4.9 -> <sdk.dir>/ndk/android-ndk-r15c/toolchains/mips64el-linux-android-4.9/
lrwxrwxrwx 1 lily lily 82 mipsel-linux-android-4.9 -> <sdk.dir>/ndk/android-ndk-r15c/toolchains/mipsel-linux-android-4.9/
drwxrwxrwx 3 lily lily 4096 renderscript/
drwxrwxrwx 3 lily lily 4096 x86-4.9/
drwxrwxrwx 3 lily lily 4096 x86_64-4.9/
In this way, there is no error in compilation
No toolchains found in the NDK toolchains folder for ABI with prefix
Read More:
- Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android
- Android studio compilation error: style attribute ‘@ android:attr/windowEnterAnimation ‘not found the ultimate solution
- Android 8.1 compilation error Jack server problem
- [error record] as compilation error (Android support plugin version is too high | upgrade Android studio to the latest version)
- Android compilation error unresolved reference: kotlinx solution
- Error: Error parsing D:\new_android\Android SDK\system-images\android-25\android-wear\armeabi-v7a\de
- [problem record] installed build tools revision 31.0.0 is broken during Android studio compilation
- Android Studio | Failed to find target with hash string ‘android-26’ in: D:\Android\sdk
- How To Build CyanogenMod Android (oneplus/bacon) On Linux
- Error report in idea compilation Error:Android Dex : [Project] java.lang.OutOfMemoryError : GC overhead limit exceeded
- Android studio error compilation failed see the compiler error output for details.
- Failed in Android compilation: solution to setup Jack server problem
- The problem of MAC switching JDK version and RN Android JDK version leads to compilation failure. Solve it
- Solve the problem of installing APK after Android studio compilation: error while installing apk
- Explanation of the function strip(), lstrip(), rstrip() in Python
- Android Error | Failed to find target with hash string ”android-23′ in…
- Error in Cordova project execution command after Android studio upgrade: could not find gradle wrapper within Android SDK
- Android Studio Error: Invoke-customs are only supported starting with Android O (–min-api 26)
- Solve the problem of available for offline mode in Android studio compilation
- Android resource compilation failed (How to Fix)