Install the Service SDK for Android

Install the Service SDK for Android using Gradle.

Before running through these steps, be sure you’ve checked the Requirements for the Service Chat SDK for Android.

The legacy chat product is scheduled for retirement on February 14, 2026, and is in maintenance mode until then. During this phase, you can continue to use chat, but we no longer recommend that you implement new chat channels. To avoid service interruptions to your customers, migrate to Messaging for In-App and Web before that date. Messaging offers many of the chat features that you love plus asynchronous conversations that can be picked back up at any time. Learn about chat retirement in Help.

To get started with the Service SDK for Android:

  1. Install the SDK using Gradle.

    The Service SDK is hosted in a maven repository.

    FeatureDependency NameMaven Repository URL
    All Featurescom.salesforce.service:servicesdk:Service Chat SDKhttps://s3.amazonaws.com/salesforcesos.com/android/maven/release
    Chatcom.salesforce.service:chat-ui:Service Chat SDK (if you’re only using Chat Core, then use com.salesforce.service:chat-core:Service Chat SDK)https://s3.amazonaws.com/salesforcesos.com/android/maven/release

    To install all the Service SDK features, add the following maven repositories to your project’s build.gradle file.

    Be sure to put the repositories list in the allprojects section.

    And add the following dependency to your module’s build.gradle file.

  2. Declare permissions.

    You must declare the following permissions in your AndroidManifest.xml.

You can now start using the Service SDK for Android.