WeatherLib icon indicating copy to clipboard operation
WeatherLib copied to clipboard

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

Open KlausHans opened this issue 9 years ago • 3 comments

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.

KlausHans avatar Feb 20 '16 00:02 KlausHans

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.

devmil avatar Apr 05 '16 21:04 devmil

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

eschoenawa avatar Jan 23 '17 18:01 eschoenawa

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

jerbob92 avatar May 22 '17 12:05 jerbob92