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