Closed sirvon closed 9 years ago
Error:(6, 5) tools:replace specified at line:6 for attribute tools:label, but no new value specified
after adding:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.myapp">
<application
tools:replace="label,theme"
don't know what to do now....
Hello @sirvon,
The issue is that I have left overlapping labels in our sdk from the default ones Android Studio puts in an example app. I will remove them and publish a new version.
it builds now .... instead of using lib from maven i cloned it and took out
android:label="CineIOBroadcastActivity"
from androidmanifest.xml
it's not needed...
thanks @growlsworth grabbing from maven/bintray is always best.
android:theme aswell ....
sometimes it takes a few hours for maven to be ready to download. But it's pushed.
@growlsworth thank you for that quick fix. its all good now! :+1:
Any suggestions from the team on getting around these android manifest errors:
I've used the gradle provided suggestions to no avail
usually when I encounter these errors in libs, the amount of time spent trying to fix them amounts to half days....very costly. I've already encountered error after error with tools:replace.
most libs DONT have this problem Is there anything you guys can do to the lib or guidance on tweaking the libs configure to make this go away gracefully?
would honestly be ashame not to put this lib to heavy usage as I intend!