Closed ayushj9716 closed 3 years ago
Hello @ayushj9716, Can you please share the complete log? Also, these kinds of general clash between androidx and the android support library can be rectified with the following lines inside gradle.properties
file.
android.useAndroidX=true
android.enableJetifier=true
Reference link - https://stackoverflow.com/questions/55909804/duplicate-class-android-support-v4-app-inotificationsidechannel-found-in-modules/56815162
Hi @ayushj9716, Does the suggestion worked for you? Please let us know.
We hope that the suggestion provided helps you to sort out the issue. We are closing this issue since it has had no recent activity. Please feel free to get back to us through the comments in case you have further queries. Thanks.
It is having duplicate class error for INotificationChannel because my app is in androidx but the library doesn't support it. Please help