- Posts: 4
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
The PDF viewer lib
IP: 192.168.0.70
12 years 4 months ago #4417
by Omar123
The PDF viewer lib was created by Omar123
Hi,
Please where i can find a library project or a lib jar for this lib so i can integrate it with my app ? all i can find is the sample project.
Thanks
Please where i can find a library project or a lib jar for this lib so i can integrate it with my app ? all i can find is the sample project.
Thanks
IP: 192.168.0.70
12 years 4 months ago #4420
by Omar123
Replied by Omar123 on topic The PDF viewer lib
no help ?
IP: 192.168.0.158
12 years 4 months ago #4423
by nermeen
Replied by nermeen on topic The PDF viewer lib
The sample project is the one to be integrated..
If You want to use it as a library, make the sample project a library (properties->Android->check Is Library)
If you want to put it inside your project, then copy the libs content and the src content into your project)
But remember in both cases if you don't yet have the license then the professional and premium features wont work (to get them working for test change your package name to com.radaee.reader)
If You want to use it as a library, make the sample project a library (properties->Android->check Is Library)
If you want to put it inside your project, then copy the libs content and the src content into your project)
But remember in both cases if you don't yet have the license then the professional and premium features wont work (to get them working for test change your package name to com.radaee.reader)
IP: 192.168.0.70
12 years 4 months ago #4424
by Omar123
Replied by Omar123 on topic The PDF viewer lib
it increases my app size by 5 mega bytes, no way to get rid of this additional size ?
IP: 192.168.0.158
12 years 4 months ago #4425
by nermeen
Replied by nermeen on topic The PDF viewer lib
the only thing that you can remove is the folders (mips and x86) in libs
IP: 192.168.0.70
12 years 4 months ago #4440
by Omar123
Replied by Omar123 on topic The PDF viewer lib
when removing folders (mips and x86) from lib, i got this exception on the android emulator running inter image processor,
FATAL EXCEPTION: main
java.lang.UnsatisfiedLinkError: Couldn't load rdpdf: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:429)
at java.lang.System.loadLibrary(System.java:554)
at com.radaee.pdf.Global.Init(Global.java:346)
at com.TT.PDFReaderActivity.onCreate(PDFReaderActivity.java:26)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3683)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
Please help
FATAL EXCEPTION: main
java.lang.UnsatisfiedLinkError: Couldn't load rdpdf: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:429)
at java.lang.System.loadLibrary(System.java:554)
at com.radaee.pdf.Global.Init(Global.java:346)
at com.TT.PDFReaderActivity.onCreate(PDFReaderActivity.java:26)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3683)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
Please help
Time to create page: 0.423 seconds