Skip to content

Commit 2cad994

Browse files
authored
Merge pull request #21274 from unoplatform/add-rider-android-debug-docs
chore: Add Android emulator setup docs for Rider
2 parents 01fb0b8 + 6a4f1ef commit 2cad994

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
77.9 KB
Loading
101 KB
Loading

doc/articles/create-an-app-rider.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,25 @@ Select the **MyUnoApp (Desktop)** debug profile then click the green arrow or th
121121
Set the Android debug profile in the debugger toolbar, then click the green arrow or the debug button.
122122
![A view of the Rider taskbar for Android](Assets/quick-start/run-android-rider.png)
123123

124+
If you don't already have an emulator, you can create and manage one **directly in Rider**.
125+
126+
1. **Install the Android plugin** (if it isn’t already):
127+
- `File``Settings``Plugins`**Marketplace** → search **Rider Android Support****Install** → restart Rider.
128+
![A view of the Rider Android Support plugin on marketplace](Assets/quick-start/rider-android-support-plugin-on-marketplace.png)
129+
130+
2. **Confirm Android SDK is set**:
131+
- `File``Settings` → search **Android SDK Location** → make sure the SDK path is valid and components are installed.
132+
![A view of the Rider Android SDK Location](Assets/quick-start/rider-android-sdk-location.png)
133+
134+
3. **Open Device Manager**:
135+
- `View``Tool Windows`**Device Manager**.
136+
- Click **+****Create Virtual Device…**, pick a device (e.g., Pixel), choose a recent system image (API 34/35), and finish.
137+
138+
4. **Run your Uno app**:
139+
- In the Rider debug toolbar, choose the **Android Emulator** profile and press ▶︎ **Run** or **Debug**.
140+
124141
> [!NOTE]
125-
> Whether you're using a physical device or the emulator, the app will install but will not automatically open. You will have to manually open it.
142+
> Whether you're using a physical device or the emulator, the app will install but may not automatically open. You may have to manually open it.
126143
127144
### [**WebAssembly**](#tab/wasm)
128145

0 commit comments

Comments
 (0)