survivingwithandroid / WeatherLib

Android Weather Library: android weather lib to develop weather based app fast and easily
http://survivingwithandroid.github.io/WeatherLib/
640 stars 170 forks source link

App name is changed to "Lib" (Android 4.3) #45

Open KlausHans opened 8 years ago

KlausHans commented 8 years ago

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.

devmil commented 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.

eschoenawa commented 7 years ago

You really need to fix this or mention it in your "Getting started"-Guide. I literally spent a whole day trying to fix this...

jerbob92 commented 7 years ago

Can anyone tell me how to fix this? The rools:replace doesn't seem to work...