apvpdf

Implement pdfViewer with APV

风流意气都作罢 提交于 2019-12-23 12:46:37
问题 I am looking at many post, looking for a way to implement this example in my Android application. http://apv.googlecode.com/files/apv-0.3.3dev01.tar.gz I read somewhere that I have to use NDK, I've downloaded, but I do not understand to do with this. I have also read that I have running the script build-native.sh, nor is how to do it. When you run the project when you download it, I have the following error. 07-03 10:18:06.171: ERROR/AndroidRuntime(375): FATAL EXCEPTION: main 07-03 10:18:06

Android : Overcome System.loadlibrary(); issue about java.lang.UnsatisfiedLinkerror

前提是你 提交于 2019-12-11 17:51:07
问题 I am working on APV pdf reader. I am facing System.loadLibrary("pdfview2"); error. It's giving java.lang.UnsatisfiedLinkerror . How to fix this issue? I installed Android-NDK also, but not getting how to load native libraries. Full confusion. Please suggest me a way to fix this issue. 09-26 12:51:44.243: E/AndroidRuntime(2537): FATAL EXCEPTION: main 09-26 12:51:44.243: E/AndroidRuntime(2537): java.lang.ExceptionInInitializerError 09-26 12:51:44.243: E/AndroidRuntime(2537): at cx.hell.android