You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use this library ("compile 'com.survivingwithandroid:weatherlib:1.6.0'" in my gradle file), the app name of my app is always "Lib" on the device (API 18, Android 4.3) and on the emulator (API 17). With the emulator on API 23, the name is fine. If i don't use the WeatherLib, the name of my app is as i set it. The
tools:replace="android:label"
directive in my manifest doesn't change this behavior.
The text was updated successfully, but these errors were encountered:
I had the exact same issue.
The problem is that the app_name resource gets overwritten.
The easiest solution is to change that resource name for your application.
If i use this library ("compile 'com.survivingwithandroid:weatherlib:1.6.0'" in my gradle file), the app name of my app is always "Lib" on the device (API 18, Android 4.3) and on the emulator (API 17). With the emulator on API 23, the name is fine. If i don't use the WeatherLib, the name of my app is as i set it. The
tools:replace="android:label"
directive in my manifest doesn't change this behavior.
The text was updated successfully, but these errors were encountered: