unsatisfied link exception

30 views
Skip to first unread message

Kevin Newsom

unread,
Dec 28, 2009, 9:57:37 AM12/28/09
to android-ndk
I'm seeing the following error in logcat immediately after starting
the first activity:

Exception Ljava/lang/UnsatisfiedLinkError; thrown during
com.mystuff.CoordinateConverter;.<clinit>

My library reference is:

System.loadLibrary("armeabi/coordinateconverter");

I've also tried System.loadLibrary("coordinateconverter");

In Eclipse, there is a libs/armeabi/libcoordinateconverter.so

Any ideas?


Thanks

Kevin Newsom

unread,
Dec 28, 2009, 10:23:28 AM12/28/09
to android-ndk
The -llogs LOCAL_LDLIBS along with SystemloadLibrary
("coordinateconverter"); did the trick!
Reply all
Reply to author
Forward
0 new messages