Receiving error when calling AmityCoreClient.setup method: “Cannot access class ‘io.reactivex.Completable’. Check your module classpath for missing or conflicting dependencies” when using 5.6.0 or newer ‘com.github.AmityCo.Amity-Social-Cloud-SDK-Android:amity-sdk’ in gradle. If I use version 5.4.1 the error disappears. I have tried updating other gradle dependencies listed under “Compatibility” for versions 5.6.0 and up with no success. Has anyone previously come across this issue? Thanks
Hello Jazimm!
May you try adding this dependency in your app’s gradle please?
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
(post deleted by author)
Thanks Trust that worked. Much appreciated.