How to make cocos2dx-3.8.1 support android 64-bit

Hi, I just received notification from Google, all apps must provide 64-bit version by 2019.8.1. Our published game use cocos2dx-3.8.1 and make some changes in engine code. We don’t want to upgrade engine. Is there any way to make cocos2d-x-3.8.1 support android 64-bit?

1 Like

This might help

1 Like

Hi, thanks for your reply, this answer is for cocos2dx-3.17.1, and it support android 64-bit. However, in 3.8.1 external libraries doesn’t have 64-bit versions. I tried to copy 64-bit libraries from 3.17.1 to 3.8.1, but meet many compile errors. Does cocos engine team has official way for old versions support android 64-bit?

Better update to latest cocos2d version

Yeah might be time to upgrade.

Did you find the solution for making 3.8.1 64 bit supported ?