cancel
Showing results for 
Search instead for 
Did you mean: 

Missing files in Android

10-27-2011 5:38 PM
1943 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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 );

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

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

Answers (0)