How to integrate mupdf library?

﹥>﹥吖頭↗ 提交于 2019-12-12 18:22:23

问题


I try to build the library mupdf, using the following sequence https://stackoverflow.com/a/12279638/680267

I can not run command:

javah -jni -classpath bin/classes/ -d jni/ com.artifex.mupdf.MuPDFActivity

Error: cannot access android.app.Activity class file for
android.app.Activity not found

I tried to specify the path to the folder with the android-sdk:

'/cygdrive/c/Program Files/Java/JDK7/bin/javah.exe' -jni -classpath /cygdrive/c/Android/platforms/android-8/android.jar;/cygdrive/c/Users/Alexey/Documents/GitHub/mupdf/android/bin/classes -d jni/ com.artifex.mupdf.MuPDFActivit

Error: no classes specified
-bash: /cygdrive/c/Users/Alexey/Documents/GitHub/mupdf/android/bin/classes: a directory

How to run this command?

来源:https://stackoverflow.com/questions/12834752/how-to-integrate-mupdf-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!