How to change android package name?

Hi all:
I want to reset the package name com.epicgames.xxx to ours. I have done that and the game has been cooked. But the game will not be correctly launched on android device? I think the gni environment will not find the gameactivity file. Can anyone show me the valid operation about reset the android package name? thanks.

I have fixed it.

Just as a note, it’s not needed to change the activity name (that can stay com.epicgames.UE4.GameActivity). You should only be changing the Package identifier in the Manifest.xml file.

Josh

I have changed all package names. yes i have found it, but i also changed it.
Thanks.

Hi, I’m having the same issue in version 4.26. What files did you go into and did you just open the files and change where ever it had your old android package name to the new one? Thanks