Skip to content Skip to sidebar Skip to footer

Android Ndk R10d Error

I'm trying to compile some media library which uses some part of ffmpeg. I'm having following errors: /home/pro/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux

Solution 1:

Alright, so I just had the same problem.

You need to use this Android NDK : Revision 10e (May 2015)

You can download from here : https://developer.android.com/ndk/downloads/older_releases.html

which works for me.

Post a Comment for "Android Ndk R10d Error"