1. The error message is as follows
Failed to resolve: Com. Making. CymChad: BaseRecyclerViewAdapterHelper: 2.9.46 Show in the Project Structure dialog Affected Modules: appCopy the code
2. Solutions
Add it to project build.gradle
maven { url 'https://jitpack.io' }
Copy the code