From 068ea7e3042d8965fca8378e3fe92dd236483af2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Oct 2025 06:11:18 +0000 Subject: [PATCH] docs: Add SEO descriptions to modified documentation files Related to PR #24002 --- .../ui/react-native/setting-up-android-emulator.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en/framework/ui/react-native/setting-up-android-emulator.md b/docs/en/framework/ui/react-native/setting-up-android-emulator.md index 1a35a2ecbb..e5d14de32a 100644 --- a/docs/en/framework/ui/react-native/setting-up-android-emulator.md +++ b/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**.