zoho / salesiq-mobilisten-android-sample

Sample App to integrate SalesIQ Android SDK (Mobilisten)
https://mobilisten.io/
14 stars 4 forks source link

Android X support #32

Closed ayushj9716 closed 3 years ago

ayushj9716 commented 3 years ago

It is having duplicate class error for INotificationChannel because my app is in androidx but the library doesn't support it. Please help

Angu-G commented 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

Angu-G commented 3 years ago

Hi @ayushj9716, Does the suggestion worked for you? Please let us know.

Angu-G commented 3 years ago

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.