This value of $ safeprojectname $ is located under the name AppName.Droid => Properties => AndroidManifest.xml. You can change it manually.
Example:
<?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>
source share