cocos2dx v3.0 crashing on android

I follow these steps for install cocos2d-x:
http://www.cocos2d-x.org/wiki/How_to_create_a_multi-platform_project_in_one_command_line

But the app crashes on Android, the error is:

E/AndroidRuntime( 2586): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxxxx.MyGame/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to find native library: cocos2dcpp

How can I resolve the problem?

Thanks!

It only happens with the emulator. In a real device runs smoothly.

Try reading this thread:

As far as remember, I managed to fix this by enabling “Use Host GPU” for virtual device, and adding gLSurfaceView.setEGLConfigChooser(8, 8, 8, 8, 16, 0); in Cocos2dxActivity.java