Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1
  • 2

TOPIC:

Exception when importing the library 10 years 10 months ago #6550

  • Dittmer
  • Dittmer's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
Support suggested instead of removing the pdf library from armeabi-v7a, to copy the sqlcipher library to the armeabi-v7a folder.

This seems to be working for me.
The topic has been locked.

Exception when importing the library 8 years 9 months ago #10910

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 695
  • Thank you received: 59
You should distribute complete libraries architectures not mixing them.

All you native library should complete 64bit collection, 32bit collection, x86 collection.

ie.: you can't have partial 64bit support.
You should know that the Linux kernel would try to instantiate a 64bit space to run your application and it's unable to run some 64bit lib and some 32bit lib.

If your third part libraries, apart of our, are only arm 32bit you should remove all the 64bit and x86 files.

Note about x86: some devices (ie.: Asus) devices own an arm 2 x86 translator builtin.
Performances wouldn't be so good as running native x86.
The topic has been locked.
  • Page:
  • 1
  • 2
Powered by Kunena Forum