Yesterday I wanted to upgrade cocos2d-x version from 3.16 to 3.17.
So I did;
install python 2.7.15,
install other requirements,
execute setup.py,
new cocos2d project (cocos new ...),
copy old project resources and source to new directory,
open new project in android studio 3.1.3,
upgrade gradle from 3.x to 4.x (it says it’s recommended),
and build project.
But i can’t successfully compile it. It gives me some weird errors. it says “Build command failed.”
How can i fix this problem, thanks in advance.
