Android Question B4A created App replaced when installing other B4A App.

FMC

Member
Licensed User
Hello,

I have several Android applications created with B4A.
However some of them are replaced from the device when I install others (even using B4A bridge, or ADB or APK file).
For example, if App1 is already installed on the device, if I later install App2, it replaces App1 on the device.
I would like to keep both App1 and App2 installed.

Both applications are created using B4A, started as new projects, I don't know what they have in common to determine such behavior. It happens on all the devices I tried.

Any clues ?
Thank you.
 

FMC

Member
Licensed User
Yes, that was it.
All the new projects have the default package name "b4a.example".

Thank you very much, susu.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
All the new projects have the default package name "b4a.example".
true

That´s one thing you have to change FIRST after you create a new project to ensure there is no other app with that packagename available.
 
Upvote 0
Top