cancel
Showing results for 
Search instead for 
Did you mean: 

Missing files in Android

Former Member
0 Kudos
1,542

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

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)