When we uninstall this Xamarin.Form app from android device we are getting following error message , it is not replacing the $safeprojectname$ with the projectname. Can somebody suggest how to resolve this issue.
This value $safeprojectname$ is located under AppName.Droid => Properties => AndroidManifest.xml. You can manually change it.
Ex:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="SilCoyGetInstance.SilCoyGetInstance">
<uses-sdk android:minSdkVersion="15" />
<application android:label="TheNameYouWant"></application>
</manifest>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With