Browse Source
Merge pull request #24003 from abpframework/auto-docs-seo/24002
docs: Add SEO descriptions (from PR 24002)
pull/24011/head
SALİH ÖZKARA
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
7 additions and
0 deletions
-
docs/en/framework/ui/react-native/setting-up-android-emulator.md
|
|
|
@ -1,3 +1,10 @@ |
|
|
|
```json |
|
|
|
//[doc-seo] |
|
|
|
{ |
|
|
|
"Description": "Learn how to set up an Android emulator without Android Studio using command line tools on Windows, macOS, and Linux." |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|
# Setting Up Android Emulator Without Android Studio (Windows, macOS, Linux) |
|
|
|
|
|
|
|
This guide explains how to install and run an Android emulator **without Android Studio**, using only **Command Line Tools**. |
|
|
|
|