I developed a xamarin.forms cross platform app and I would like to know how I can change the package name of the apk file as of now the apk file name is com.companyname.app5 I would like to change it to com.live.scape.tracker can you please let me know how I can change it ?
Asked
Active
Viewed 954 times
1
-
1https://stackoverflow.com/questions/44613974/xamarin-forms-change-android-application-name – Mar 10 '18 at 19:01
-
Possible duplicate of [Xamarin.Forms change Android application name](https://stackoverflow.com/questions/44613974/xamarin-forms-change-android-application-name) – EvZ Mar 11 '18 at 08:49
-
2The link you provided is about how to change Application name not App's package name. – Robbit Mar 12 '18 at 05:51