Skip to content Skip to sidebar Skip to footer

What Makes Occuring When I Add Tools:replace="android:appComponentFactory"

After i added tools:replace='android:appComponentFactory in my Manifest.xml it makes occur error Manifest merger failed: Attribute application @ appComponentFactory value = (andr

Solution 1:

Add this line

tools:replace="android:appComponentFactory"
android:appComponentFactory="someString"

from your application tag in manifest


Post a Comment for "What Makes Occuring When I Add Tools:replace="android:appComponentFactory""