How to change android package name?

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