简体   繁体   中英

New Xamarin.Forms project from existing solution overwrites previously deployed app C#

I have a Xamarin Forms solution with iOS and android projects. I deployed it on Android.

Now, I created new solution and copied previous solutions' projects into the new solution.

Basically I need new instance of an app that has the same code like previous one with different Name only.

However when I deploy new Solutions' android project it overwrites the original one.

How can I clone projects in a way they are not treated as the same project?

Change the application's package name in AndroidManifest.xml .

For iOS, change the Bundle Identifier in info.plist

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM