Need AppCompatActivity inplace of Activity

Hi , I am trying to implement a third party sdk which requries fragmentActivity or AppCompatActivity to be imported instead of “Activity” in Cocos2dxActivity. Before I proceed , I want to know is it recommended to change the base Activity? Has anyone in developer team ever tried this ?

It is not recommended to change the base Activity directly, you can cover the base Acitvity like CocosEditBoxActivity.