jni&ndk
不能仅仅只做个码农而已
To follow the path:
look to the master,
follow the master,
walk with the master,
see through the master,
become the master.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
libjpeg-turbo生产.so库遇到的问题
git拉取地址:git clone git://git.linaro.org/people/tomgall/libjpeg-turbo/libjpeg-turbo.git -b linaro-android 生成.so命令:ndk-build APP_ABI=armeabi-v7a,armeabi 构建过程中出现错误:Android NDK: APP_PLATFORM not set....原创 2018-07-25 17:43:24 · 1829 阅读 · 0 评论 -
导入FFmpeg遇到的各种问题
问题1:java.lang.UnsatisfiedLinkError: dlopen failed: file offset for the library一般原因是libs下.so库文件损坏,重新拷贝放入即可问题2:error: undefined reference to引入头文件需要写到extern "c"里面才行问题3:目录so库找不到ninja...原创 2019-03-22 09:59:50 · 2061 阅读 · 1 评论
分享