Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KlausHans opened this issue Feb 20, 2016 · 3 comments
Open

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

KlausHans opened this issue Feb 20, 2016 · 3 comments

Comments

@KlausHans
Copy link

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
Copy link

devmil commented Apr 5, 2016

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants