Open KlausHans opened 8 years ago
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.
You really need to fix this or mention it in your "Getting started"-Guide. I literally spent a whole day trying to fix this...
Can anyone tell me how to fix this? The rools:replace doesn't seem to work...
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.