I'm using the xml string and which comes by default "app_name" in the android, but when I use it shows me wrong, it shows me the package name.
This is my definition in the code:
<string name="app_name">App's Name</string>
And in the Manifest.xml:
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme" >
But in the Android show me the app name how "br.com.enterprise.app"
(I can't post image because this is my first post)
A another thing that happens is when I install the app in another smartphone it show a error message and close, I think that the cause is from the same reason.
android:label="something"in your activity refer to?