【发布时间】:2019-12-26 12:11:50
【问题描述】:
Android NDK-r20 交叉编译 FFmpeg4.2 成功,但我的应用程序崩溃了
UnsatisfiedLinkError: dlopen failed: 找不到符号 __aeabi_idiv
这是我的“build_android.sh”的ffmpeg4.2源代码
config the NDK r20 root path in "build_android.sh"
$ cd ffmpeg-android-build
$ ./build_android.sh
$ make -j 4
$ make install
这是我测试ffmpeg的android项目
好像解决了,我的情况不知道怎么办
例外
- 需要NDK-r20和FFmpeg-4.2(不能改版本)
- 我的android测试项目运行
【问题讨论】:
标签: android ffmpeg android-ndk cross-compiling android-ffmpeg