A couple of questions regarding folder and apk file names.

Hello.

I have a couple of questions regarding folder and apk file names.

Does distribution apk file name has to be the same as package name?

Android game automatically creates UE4Game folder for storing some log files and the game’s save file. Is it ok for UE4Game folder to have such default name, or it must have unique name for each project? If it must have a unique name, then how to rename it?

The APK filename doesn’t matter; it is the package name in the AndroidManifest.xml which is important (there can be only one APK installed with the same package name at a time).

Each project has its own subdirectory in UE4Game.

Thanks for the clarification :slight_smile: