Installing ionic apps in android

i have an app in my android phone which is made with ionic framework. when i tried to install another one which is made with ionic framework the first one gets removed from my phone. i want to know what is wrong and how do i fix it? is it something with package naming? please guide me with this ?

1.most of time developers not changing package name of ionic apps which is ionic.starter so when you are installing other app with same package name it overwrite it

2.Try to change package name install it.

FYI: That value is defined in the config.xml file

1 Like

Thanks guyzz its fine now.

1 Like