Integrating cocos2dx app on Android studio

Hello! I want create a new android project on Android Studio and integrate cocos2dx app.
Next, open cocos2dx project on the button click of Android button. If someone know the steps please help me out.

Summary: I need 1 button on Android Studio which open cocos2dx game on new activity.


Screenshot from the same app with Unity3D. I need exactly the same, but with cocos2dx

If you simply create a new cocos app, it will generate an Android project for you. From here, you can open the project in Android Studio, and make your own Activities that can be shown before the Cocos2dxActivity. This was simply worded assuming you are familiar with Android OS and with cocos2dx.

2 Likes