Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've been trying to integrate Unity3D project with eclipse following this example: http://unity3d.com/support/documentation/Manual/Android-Integrating%20Unity%20With%20Eclipse.html

The guide says, that you need to copy assets/libs and assets/bins of the library project to the same folders in the java project. However, when I'm trying go run it, it says following:

02-13 19:15:38.121: E/AndroidRuntime(5000): java.lang.UnsatisfiedLinkError: Couldn't load mono: findLibrary returned null

I would presume that copying assets/libs to /libs would help, but then eclipse cleans root libs folder every time I build the project.

Why Unity can not load the library from assets/libs if they guide says that it should be there?

share|improve this question
What's your assets code type (I mean your script code type) , JavaScript or ...? – iSun Feb 15 '12 at 17:26

1 Answer

I had the same problem. It worked when I exported the apk file to the smartphone. It is still giving the same problem in the LogCat but it works in my smartphone. Good luck.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.