@yixiaoqingyuz
I have tried it on the v3 branch of cocos2d-x. But there isn’t any error.
In fact, the error relocation overflow in R_ARM_THM_CALL has occurred in previous version. Take a look at this post:
It has been solved. And the Android.mk & Application.mk of project tools/simulator on v3 branch has the config: LOCAL_ARM_MODE := arm.
The config in Application.mk:
The config in Android.mk:
Hope it’s helpful!