zl03jsj / mupdf

扩展mupdf 实现图像数字证书签名, 手写笔迹数字证书签名, 插入图片, 手写签名注释..改进手写批注,实现模拟真实手写的算法, annot自定义数据, annot插入,删除密码校验等功能...支持ios, windows, mac, linux, c++, java, android
GNU Affero General Public License v3.0
151 stars 55 forks source link

android打包so问题 #13

Open hongyuea opened 4 months ago

hongyuea commented 4 months ago

D:\myselfworkspace\android\mupdfTemp\mupdf-android\platform\android\viewer>ndk-build Android NDK: android-9 is unsupported. Using minimum supported version android-16. Android NDK: WARNING: APP_PLATFORM android-16 is higher than android:minSdkVersion 8 in ./AndroidManifest.xml. NDK binaries will not be compatible with devices older than android-16. See https://android.googlesource.com/platform/ndk/+/master/docs/user/common_problems.md for more information. Android NDK: WARNING:jni/Android.mk:mupdfcore: LOCAL_LDLIBS is always ignored for static libraries Android NDK: WARNING:jni/Android.mk:mupdfcore: LOCAL_LDLIBS is always ignored for static libraries Android NDK: WARNING:jni/Android.mk:mupdfcore: LOCAL_LDLIBS is always ignored for static libraries [x86] Compile : mupdf_java32 <= mupdf.c In file included from jni/mupdf.c:16: ../../../include\mupdf/pdf.h:10:10: fatal error: 'mupdf/pdf/name-table.h' file not found

include "mupdf/pdf/name-table.h"

     ^~~~~~~~~~~~~~~~~~~~~~~~

1 error generated.

我看对应路径下确实没有这个文件,我想请问一下是不是我的打包方式有问题,我直接进入到viewer目录下执行的ndk-build。如果有问题的话,请问下android如何打包so勒?万分感谢

hoangchungk53qx1 commented 1 day ago

any news