gappein-chat-sdk icon indicating copy to clipboard operation
gappein-chat-sdk copied to clipboard

A plug and play modular toolkit for integrating the Chat feature on top of Firebase!

Results 3 gappein-chat-sdk issues
Sort by recently updated
recently updated
newest added

Gappein.initialize(context) Passing the correct context but getting crash java.lang.NoSuchMethodError: No static method configure$default(Lcom/giphy/sdk/ui/Giphy;Landroid/content/Context;Ljava/lang/String;ZILjava/lang/Object;)V in class Lcom/giphy/sdk/ui/Giphy; or its super classes (declaration of 'com.giphy.sdk.ui.Giphy' appears in /data/app/com.jayant.proactivists-fKgc1ssPU4eabSvaoxdOGw==/base.apk)

Faced the problem using the Gappin UI library in a project. Here is the output: ```> Task :app:kaptDebugKotlin path/activities/MainActivity.java:72: error: expected public final class MainActivity extends androidx.appcompat.app.AppCompatActivity implements com.gappein.sdk.ui.view.channelview.interface.OnChannelClick {...

Execution failed for task ':app:mergeDebugResources'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.giphy.sdk:ui:2.0.3. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/giphy/sdk/ui/2.0.3/ui-2.0.3.pom - https://jcenter.bintray.com/com/giphy/sdk/ui/2.0.3/ui-2.0.3.pom - https://jitpack.io/com/giphy/sdk/ui/2.0.3/ui-2.0.3.pom...