• A project uses a custom View aar library. When running, the library indicates that there are no custom properties of the library, causing an error.

Dependent libraries:

Implementation ‘com. Flyco. Tablayout: FlycoTabLayout_Lib: 2.1.2 @ aar’

Error:


image.png

  • Solution:

Find the cache directory where Gradle depends on the library, find the library with the dependency error, and delete it. Gradle Sync Project with Gradle Files.


image.png

  • Repair success


image.png