Error launching Unity activity in Eclipse

Hi,

I tried to integrate a unity project in eclipse and everything works well except when I try to run the project on the emulator. Logcat gives me this error:

“E/AndroidRuntime( 367): java.lang.UnsatisfiedLinkError: Couldn’t load mono: findLibrary returned null”

I tried both under Linux, Mac and Windows and I get the same exact error, so it must be something I do consistently.

Any help on how to resolve this would be greatly appreciated. Thank you!
joe

if you are doing with http://unity3d.com/support/documentation/Manual/Android-Integrating%20Unity%20With%20Eclipse.html

You might forget to copy the assets from the lib project to yours.

and if you are using SVN.
notice that, the “.so” file will not be updated automatically.