This android library currently declares android:label and android:icon in its AndroidManifest.xml which causes conflicts with the AndroidManifest.xml of apps which are using this library:
Error:
Attribute application@label value=(@string/main_app_name) from AndroidManifest.xml:70:13-50
is also present at [com.github.Stericson:RootShell:39aec4590d] AndroidManifest.xml:12:9-41 value=(@string/app_name).
Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:66:5-173:19 to override.
This android library currently declares
android:labelandandroid:iconin itsAndroidManifest.xmlwhich causes conflicts with theAndroidManifest.xmlof apps which are using this library: