Skip to main content
This guide covers the common setup steps for using mobile-use SDK, whether you choose the Platform or Local approach.

Prerequisites

Before installing the Mobile Use SDK, ensure you have the following:
  • Android SDK Platform Tools (adb)
  • A physical Android device or emulator
  • A macOS environment
  • Xcode Command Line Tools

Environment Setup

1. Install the SDK

We highly recommend using UV for managing your project and packages.

2. Set Up Device Access

Enable Developer Options

  1. Go to Settings → About Phone
  2. Tap Build Number 7 times to enable Developer Options
  3. In Developer Options, enable USB Debugging

Verify ADB Connection

You should see your device listed.
For wireless debugging:

Configuration

After completing the steps above, you’ll need to configure your environment based on which approach you’re using:

Next Steps

Platform Quickstart

Complete platform setup and run your first automation (recommended)

Local Quickstart

Complete local setup and run your first automation