Search code examples
androidangularandroid-studioionic-frameworkcapacitor

Anyone knows how do i export more than one proyect to my Android physical phone? When i export 1 of my 2 different apps I replace everything :(


My 2nd proyect replaces my 1st proyect which has other icon, name, etc. I don't know why. I tried changing "appId" for it's proper name. (By default was "com.example.app in both proyects). So i replaced "example" for each name but it didn't work. :( I couldn't find any video or documentation to fix this. Thanks! (Im using Angular - Ionic - Capacitor) for a native mobile app. (Using Android Studio).

https://i.sstatic.net/gzLvM.png

Btw. Im using my real physical phone to test this 2 apps.


Solution

  • Fixed. I had just to delete "android" folder and add it again by using

    npx cap add android

    then just play the app and i won't replace other of your apps. :)