1. 程式人生 > 其它 >tools:replace specified at line:for attribute android:appComponentFactory, but no new value specifi

tools:replace specified at line:for attribute android:appComponentFactory, but no new value specifi

技術標籤:總結

tools:replace specified at line:for attribute android:appComponentFactory, but no new value specified main manifest (this file), line


按照其建議加上tools:replace="android:appComponentFactory" 後依然報錯:

解決:

<application
 tools:replace="android:appComponentFactory" //除了這行之外
   android:appComponentFactory="任意字元"  //還要加上這一行