Hi,
I am working on two Android applications in Unity. When I try to deploy one of these applications (File → Build Run), the other one gets replaced on my phone.
Both of my projects have different names but still I can see only one Unity application at a time on my phone.
Is there any option to install more than one application on the Android device?
Thanks,
Kranti
You say they have different names, but do they have different AppId’s?
Personally, I use DropBox because my phone hates syncing with a PC and needs to be rebooted every time in order to let a PC see the SD Card. It’s not quite as quick as build and run, but it’s pretty good.
How do I find the AppIDs?
I have two separate projects ‘project1’ and ‘project2’. So ideally, when I click on ‘Build Run’, the applications getting installed on my Android device should have names as ‘project1’ and ‘project2’. But I can see only the latest installed application.
Is this some middleware? I am not sure but are you referring to this:
Thanks.
So DropBox synchronizes our files across our computer and Android device.
When I install DropBox, do I have to copy the ‘.apk’ files to my Android device so that they will be seen as two separate applications (instead of doing ‘Build Run’)?
ok… My phone had ‘project1’ already installed on it. So I copied ‘project2.apk’ to my device and installed it. But again I am seeing only project2.
You need to set unique “Bundle Identifier”, not only “Product Name”…
Thanks a lot!! It worked… 