Macro wrote:
[...]
> But while running loadLibrary("libNativeAdd"), the same as before, it
> throw a "UnsatisfiedLinkError" exception.

You almost certainly have unresolved symbols in your library. Try using
objdump -T to dump the symbols in the .so and see if there's anything
interesting there.

Look for a thread with the title 'Unresolved symbols & JNI' for more
information.

-- 
David Given
[EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to