Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

How to open and edit pdf file within Android application ? I referred so many libraries like APV,MUPDF like.But these libraries gives "java.lang.ExceptionInInitializerError cx.hell.android.pdfview.OpenFileActivity.getPDF(OpenFileActivity.java:442) cx.hell.android.pdfview.OpenFileActivity.startPDF(OpenFileActivity.java:403) cx.hell.android.pdfview.OpenFileActivity.onCreate(OpenFileActivity.java:169) Caused by: java.lang.UnsatisfiedLinkError: Couldn't load pdfview2: findLibrary returned null" error.
How to resolve this error? Can you help me anyone how to do it?

.........

Thanks & Regards,
Suryavathi
Posted
Updated 15-Oct-13 2:32am
v3

1 solution

java.lang.UnsatisfiedLinkError. Probably you didn't compile your native library correctly. check your Android.mk and Application.mk whether they are configured correctly for ARM, not x86? APP_ABI := armeabi-v7a armeabi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900