cocos2d-x android app stopped

When I Try to run an app in android device it says app has stopped before it even run, I’ve try by installing manually the apk , but happens the same.

A stack trace would be helpful here to know whats wrong, also some info about your environment could be handy. Did you try running HelloWorld bare-bone project?

I just found the solution LOL ! , In the directory [Your Project]\proj.android\jni\Application.mk i just inserted
APP_PLATFORM := android-10
for targeting the android platform