Hello World Crash with first touching the screen

so after I created a Hello World app for Android it starts good, but when I try to touch screen anywhere it crashes(to say more correctly - not crashes but closes) with such error in the logcat: Activity Manager(119): fail to set top app changed.
Please help!

in HelloWorld/android/jni/application.mk
change whatever is assigned to APP_STL to :
APP_STL := gnustl_static

Hey it works THANK YOU A LOTTTTTTTTTTTTT!
Can somebody explain why it is going on??? And why there is no word about it in tutorials?

it’s not documented since it only became an issue in the latest version of cocos2dx and it’ll be changed in the next one according to this thread :
http://www.cocos2d-x.org/boards/10/topics/7447