【发布时间】:2016-04-27 10:24:06
【问题描述】:
我尝试使用 linphone 网站上的“.so”文件将liblinphone 与 android studio 一起使用,我自己使用 ndk 9、10、11、12 版本构建了它。始终使用x86_64 平台,错误出现在android监视器中:
04-27 02:37:01.404 13883-13883/? I/LinphoneCoreFactoryImpl: Trying to load liblinphone for x86_64
04-27 02:37:01.410 13883-13883/? W/LinphoneCoreFactoryImpl: Unable to load optional library libffmpeg-linphone-x86_64
04-27 02:37:01.411 13883-13883/? I/LinphoneCoreFactoryImpl: Trying to load liblinphone for x86
04-27 02:37:01.414 13883-13883/? W/LinphoneCoreFactoryImpl: Unable to load optional library libffmpeg-linphone-x86
04-27 02:37:01.417 13883-13883/? D/AndroidRuntime: Shutting down VM
如果我安装 linphone 应用程序,它适用于平台 x86_64。
请帮忙解决一下,我能做错什么吗?
【问题讨论】:
标签: android ffmpeg android-ndk x86-64 linphone-sdk