Package multiple versions of the same Android Project?

I’ve built a Gear VR Project as a project example for a client but I also want to produce a non VR version of the same Unreal project.

I’ve got both versions working but I can only install one version of the app on a phone at a time. It there a way to package two different apps out of the same project?

Or do I need to clone the project and have one as the VR project and one as the Standard version? Can anyone help me figure this out?

Hi PfazFWC,

The two projects will need to have different names in order for the Android Device to distinguish between the two and not over-write the first app as the new one is added. Therefore, not only should you clone the project, but you should give the cloned project an original name. (for example Game and Game_VR.)

.