---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Get started with Mobile SDK - Android

# Get started with Mobile SDK - Android {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

You must complete the tasks outlined in this section to prepare your development
environment to support writing Android applications that integrate with the ServiceNow
Mobile SDK.  
* Download and install the ServiceNow Mobile SDK libraries. For detailed instructions, see [Download and install the Mobile SDK library](https://servicenow-prod.fluidtopics.net/P1PB2nwao5QQ45YXwJvxJA "Before you can create mobile applications that interact with your ServiceNow instance, you must first download and install the ServiceNow Mobile SDK Android library.").
* Install and configure the Mobile SDK scoped application. For detailed instructions, see [Install and configure the Mobile SDK scoped application](https://servicenow-prod.fluidtopics.net/jKvvO0hW06BHahTn6gvlwg "Before writing any application that leverages the Mobile SDK, you must install and configure the Mobile SDK scoped application.").
* Configure your project. For more information, see [Configure your project](https://servicenow-prod.fluidtopics.net/WZmVp2DnF_7bbMJICNZAjA "Before writing any application that leverages the Mobile SDK for Android, you must configure your project to use the SDK.").
* Activate and configure the Mobile SDK on your ServiceNow instance. For details, see [Configure certificate and create an OAuth Entity](https://servicenow-prod.fluidtopics.net/zb85ps8N6UBS3vPr89vrzw "You must configure your ServiceNow instance to accept and exchange a JSON Web Token (JWT) for an OAuth access token. To enable this functionality you must install a certificate that matches the JWT provider’s private key on the ServiceNow instance that you will use as the JWT Token consumer and create an OAuth Entity on that instance.").

Once all of these tasks are completed, you can then start creating mobile applications that
leverage the significant resources on your ServiceNow instance.

