Android Question Second B4A project replaces the previous one when installed

cwanish

New Member
Hello,

I haven't found any answear for my question so I guess it's realy so simple that nobody ever even asked:)

I wrote an application, lets say APPLICATION1, ald installed on my phone.
Then i wrote another app, lets say APPLICATION2. They both work, but application2 when installing always replaces the application1. They were two diffrent projects, what should I change to install both of them without replacing the previously installed one??
 

DonManfred

Expert
Licensed User
Longtime User
Let me say: NO, you DID NOT write a second one. You have made a copy of the folder and then you have recompiled the "new" app.
But did you gave the new one a new (other) package-name?

Maybe you wrote a new one but then i think you did not change the packagename from b4a.example to something own. For ex b4a.cwanish.myfirst and the second app should have its OWN name. for ex b4a.cwanish.mysecond

See
http://www.vdfb.de/downloads/SetupPackageName.wmv
 
Last edited:
Upvote 0
Top