Skip to main content
Create a remote Android emulator session, open the signed stream URL in a browser, install Android-compatible app artifacts, and release the session when finished. For CLI setup, see CLI Quickstart. For reusable app artifacts, see Assets.

Create a session

The response includes the same fields as iOS sessions, with platform: "android". Use id with get, delete, and open-url; use url for the signed interactive stream. For full runnable SDK source, see newly-app/run-cloud-examples/sdk-ios-android.

Configure the session

Supported flags:

Install an app

Try the onboarding app without building an Android project:
Install a local build while creating the session:
Or upload once and reuse the artifact:

Build from source

When you have a Newly project linked locally, the Newly CLI can build an Android simulator APK and load it into a remote Android emulator:
For local development-client testing, Newly Desktop uses the same flow with an authenticated Metro tunnel so the remote emulator can request the Android bundle from your machine.

Inspect sessions

list shows active sessions by default. Pass --all to include released sessions.

Release the session

Explicit release charges the final started minute and closes the Android emulator session. If the organization reaches its run.cloud credit ceiling, active sessions are closed automatically.