Hi guys,
I completed my app in ios and now i want to port it on android and finally i was able to install cocos2d-x 3.8.1 in android and run it using cocos console on my android phone.
HelloWorld program ran successfully, but now whn i run my app, it shows errors in console.
How to edit the code and find the exact error at the location like we do in xcode, as in android studio we cannot edit the code.
So can we edit the code in eclipse and run from it, as i read it android has stopped supporting it?
What is the smooth and simple solution for editing, compiling and running cocos2d-x 3.8.1 proj in android?
Thank you…