Code, Compile, Build, Run and Debug with newest cocos2d-x engine using Android Studio

Hello everyone,

I have developed many games with old version of cocos2d-x. I met some bugs which are so hard to detect with crashlog report from google console.
I followed the change of cocos2d-x in ChangeLog and knew that from version 3.15 cocos2d-x have supported to allow to debug code using Android-Studio.
I would like to ask some of guys who have much experiences whether newest version of cocos2d-x support Build, Run, Debug well or can you give some other solutions.

Thank,
VietChau

If you want to debug c++ native codes on android device , you can follow this link as an example.

1 Like