yangjie10930/EpMedia

Error when build .so for arm64-v8a and x86, works fine for armeabi-v7a

Opened this issue · 1 comments

gk-vk commented

Screen Shot 2019-07-02 at 7 31 27 PM

Hi, I face this error when compiling. Only happens for x86 and arm64-v8a, armeabi-v7a compiles successfully and works well. Any idea why this happens?

I call this in the app/jnicode/jni directory to build the .so files.
$ANDROID_NDK/ndk-build -B -j8

PS: I have replaced the appropriate ffmpeg source path. Also updated Application.mk
APP_ABI := armeabi-v7a arm64-v8a x86
APP_PLATFORM=android-21

Any help will be greatly appreciated! Thanks.

Hi @yangjie10930 @gk-vk
I am facing same issue. Any help on its resolution.