Giter VIP home page Giter VIP logo

Comments (5)

kirillTolmachev avatar kirillTolmachev commented on July 28, 2024

Hello @yogeshkaharmis
Unfortunately, the message adapter is a very old project and it was updated more than 6 years ago. We strongly don't recommend to use it.
The chat-message-adapter-2.0.aar is still available. You can check it by the link.
https://github.com/QuickBlox/quickblox-android-sdk-releases/blob/3.9.11/com/quickblox/chat-message-adapter/2.0/chat-message-adapter-2.0.aar
Maybe the error message contains some other details.

from quickblox-android-sdk.

yogeshkaharmis avatar yogeshkaharmis commented on July 28, 2024

hello @kirillTolmachev
I am implement chat SDK when I am add SDK in project, its taken too much time then time out error coming.
Please give me proper documentation for impalement chat SDK in project.
I am using official documentation
https://docs.quickblox.com/docs/android-quick-start

from quickblox-android-sdk.

kirillTolmachev avatar kirillTolmachev commented on July 28, 2024

@yogeshkaharmis
Yes, you are using the correct documentation link for implementing Android SDK. In the link, we have an example with a version of SDK 4.1.1 but in your project are different versions like 3.8.1 and 3.9.11 and all these versions are old.
If you want to use just chat SDK (without call functional) then basically you need to add only 3 dependencies (for chat, for push notifications, and files):

implementation "com.quickblox:quickblox-android-sdk-messages:4.1.1" // push notification functional
implementation "com.quickblox:quickblox-android-sdk-chat:4.1.1" // chat functional
implementation "com.quickblox:quickblox-android-sdk-content:4.1.1" // upload/download files

Instead of the chat adapter you can use our QuickBlox UI Kit with already implemented basic functions. You can find it by link https://docs.quickblox.com/docs/android-uikit-overview

from quickblox-android-sdk.

yogeshkaharmis avatar yogeshkaharmis commented on July 28, 2024

@kirillTolmachev
I am using documentation but SDK is not connect to project please give me sample project for chat SDK because in project chat SDK is not download and time out error showing.
I am download below sample and run in android studio but is not build and showing time out error.
https://github.com/QuickBlox/quickblox-android-sdk/tree/master

from quickblox-android-sdk.

kirillTolmachev avatar kirillTolmachev commented on July 28, 2024

@yogeshkaharmis
I have checked the chat samples and they build, compile, and work without problem.
Just cloned the clean sample projects (Chat Java, Chat Kotlin) from the master branch, input the credentials, and run app.

Sample Chat Java -> https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-chat-java
Sample Chat Kotlin -> https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-chat-kotlin

Android Studio version: Giraffe 2022.3.1 Patch 4
java version: "11.0.10" 2021-01-19 LTS

To understand where the problem we need to collect more information.

  1. Android Studio version
  2. Java version
  3. Do you use the latest code from the master branch?
  4. What type of samples do you try to run (Chat Kotlin, Chat Java)?

from quickblox-android-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.