Android Question How can I prevent replacement of APP loaded onto device with new version?

TonyVerberne

Member
Licensed User
Longtime User
I have been using B4A bridge to load a test APP onto my device. When I do this the old version is lost even if I load a different APP? Can this be prevented.
 

JordiCP

Expert
Licensed User
Longtime User
This probably happens if you have a project based on a previous one. Even if you change the title, the package name is what defines an app in android.

So, you must change the package name if you want the previous one to remain. Otherwise, any existing apk with the same package name will be replaced.
 
Upvote 0

TonyVerberne

Member
Licensed User
Longtime User
Thanks very much for your suggestion
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…