Open thewolfprod opened 2 years ago
I also have this problem and I haven't found a solution yet But what I noticed is that the problem occurs when these two libraries are implemented together:
implementation 'io.github.chaosleung:pinview:1.4.4' implementation 'io.github.yanndroid:oneui:2.4.0'
I realized that the problem occurs because of the attrs.xml file and the viewType tag. By changing 'viewType' tag to 'pinViewType' in attrs.xml file and 'PinView' class, my problem was solved
What kind of issue is this?
[ ] Question. If you want to ask how to do something, or to understand why something isn't working the way you expect it to.
[X] Bug report. Please provide your device name, device OS version, and describe the reproduction steps.
[ ] Feature Request. Telling us what problem you’re trying to solve.
Info:
Description:
After adding this library, project do not want to compile because I get the error on
app:mergeDebugResources
:After removing the library from the project, the error does not occur.
I don't see any thread in
Issues
with same problem here so it's a bit strange to that this doesn't want work for me.Reproduction Steps:
other libs that i use: implementation platform('com.google.firebase:firebase-bom:30.0.1') implementation 'com.google.firebase:firebase-auth' implementation 'com.google.firebase:firebase-database' implementation 'com.google.firebase:firebase-storage' implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-crashlytics' implementation 'com.google.firebase:firebase-perf' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'io.github.yanndroid:oneui:2.4.0' implementation 'com.mikhaellopez:circularimageview:4.3.0' implementation 'com.github.bumptech.glide:glide:4.13.0'