Skip to main content

1. Add Dependency

Add the Stringboot SDK to your app-level build.gradle.kts:
Click Sync Now to download the SDK.

2. Configure Manifest

Add your API credentials to AndroidManifest.xml inside the <application> tag:
Replace YOUR_API_TOKEN_HERE with your actual API token from the Stringboot Dashboard.

3. Initialize SDK

We recommend initializing the SDK in your Application class. This “Production-Ready” snippet includes setup for all features (A/B Testing, FAQs, Logging).
This single initialization block sets up the core SDK. Uncomment the specific lines to enable A/B Testing tracking or custom logging.

Next Steps

Now that you’ve installed the SDK, learn how to use it in your app.

Basic Usage

Fetch strings and update your UI