Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Following the the example here when i run my android application i get this error

java.lang.UnsatisfiedLinkError: Library ultralitej12 not found error occur at line _conn = DatabaseManager.connect( _config );

asked 27 Oct '11, 15:38

maxbrown's gravatar image

maxbrown
6114
accept rate: 0%

edited 27 Oct '11, 15:39


That error means that the UltraLiteJ native library could not be found.

Did you copy libultralitej12.so to libs\armeabi in your Eclipse project? That is done by setup.bat for our CustDB sample application, but it may be missing in your project.

Regards,

Andy Quick

permanent link

answered 27 Oct '11, 16:58

Andy%20Quick's gravatar image

Andy Quick
2.2k2737
accept rate: 45%

edited 27 Oct '11, 17:38

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×79

question asked: 27 Oct '11, 15:38

question was seen: 1,320 times

last updated: 27 Oct '11, 17:38