Sunday, March 30, 2014

Cocos2D-X Android UnsatisfiedLinkError: Couldn't load cocos2dcpp

So this stumped me for several hours, and in an effort to help others who might have the same issue, I'm posting this here. Hopefully someone finds this in their frantic Google searching.

I always use the Intel emulators, because they are much faster (especially with HAXM installed!). When developing with the Android NDK and Cocos2D-X, however, that's apparently an issue.

So, if you're stuck with that linker error, try making an emulator using ARM and see if that works. Solved it for me.

Happy coding!

No comments:

Post a Comment