- Posts: 24
- 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
java.lang.UnsatisfiedLinkError: Native method not
- miguel.garcia
- Topic Author
- Offline
- Junior Member
-
Less
More
IP: 192.168.0.71
11 years 6 months ago #7085
by miguel.garcia
java.lang.UnsatisfiedLinkError: Native method not was created by miguel.garcia
Hi
We are developing an application using your pdfFramework and after purchasing the premium license, we have changed the package name and we are getting this error:
java.lang.UnsatisfiedLinkError: Native method not found:
Is it necessary to keep com.radaee.pdf as pdfreader package name?
Thanks a lot
We are developing an application using your pdfFramework and after purchasing the premium license, we have changed the package name and we are getting this error:
java.lang.UnsatisfiedLinkError: Native method not found:
Is it necessary to keep com.radaee.pdf as pdfreader package name?
Thanks a lot
IP: 192.168.0.158
11 years 6 months ago #7089
by nermeen
Replied by nermeen on topic java.lang.UnsatisfiedLinkError: Native method not
you cannot change the package structure of the SDK or the native calls will break..
You need only to change the package name in the manifest of your app...
You need only to change the package name in the manifest of your app...
- miguel.garcia
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 0
IP: 192.168.0.71
11 years 6 months ago #7090
by miguel.garcia
Replied by miguel.garcia on topic java.lang.UnsatisfiedLinkError: Native method not
Thanks a lot
IP: 192.168.0.71
11 years 6 months ago - 11 years 6 months ago #7093
by radaee
Replied by radaee on topic java.lang.UnsatisfiedLinkError: Native method not
copy "libs", "assets" subdir to your project, and invoke Global.Init() when App start.
Last edit: 11 years 6 months ago by .
- miguel.garcia
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 0
IP: 192.168.0.71
11 years 6 months ago #7101
by miguel.garcia
Replied by miguel.garcia on topic java.lang.UnsatisfiedLinkError: Native method not
Hi, then what we have to do? either keep package name structure or copy assets folder?
Thanks a lot
Thanks a lot
Time to create page: 0.411 seconds