"Application installation failed" when running cocos2d-x project on simulator

I reported an issue on Github

Also, I set APP_ABI := x86 according to this link
http://www.cocos2d-x.org/wiki/Build_HelloWorld_on_android_x86_platform
But After I cleaned the project, rebuilt and ran it again, the same problem appeared again…

Did anybody meet the same thing?

For android studio you actually need to set the abi inside the gradle.properties file.

1 Like

Now I can install it on simulator, but it is stuck in black all the time now.
Anyway, Thanks for your help @domp