Reputation: 79
I am creating an android app using xamarin forms. When I crate APK, its name looks like com.companyname.projectname.apk
I want to have it like XYZ.ABC.projectname.apk
How to do this ??? Please help. I am new to Xamarin.
Upvotes: 2
Views: 1802
Reputation: 549
1st method
2nd method
Change label name of your main activity
3nd method
Remove the Label of the MainActivity and add the name in the Manifest.xml via Code
Read this for more Xamarin.Forms change Android application name
Upvotes: 4