Android X: tools:replace specified at line: for attribute, but no new value specified

后端 未结 9 1385
我在风中等你
我在风中等你 2020-12-05 03:34

I have tried many solutions on this website but still, the problem is not solved. The issue is due to Android X library. When I added Android X, this issue was resolved but

9条回答
  •  温柔的废话
    2020-12-05 04:27

    You can try adding:

    android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
    

    To the tag in your manifest.

提交回复
热议问题