Klicken Sie in Android Studio auf Tools > SDK Manager.
Wählen Sie auf dem Tab SDK-Tools die neueste Version von Android Emulator aus und klicken Sie auf OK, um die neueste Version zu installieren, falls sie noch nicht installiert ist.
Öffnen Sie in Android Studio den Geräte-Manager, indem Sie Tools > Geräte-Manager auswählen. Klicken Sie auf Gerät erstellen.
Wählen Sie im Bereich Kategorie die Option Wear OS und dann ein Hardwareprofil aus.
Klicken Sie auf Weiter.
Wählen Sie ein Wear OS 6-Systemimage zum Herunterladen aus. Das ist das Image mit API Level 36.0 und Target Android 16.0 („Baklava“) (Wear OS 6.0).
Wenn Sie noch kein Systemabbild installiert haben, das Ihrer Gerätedefinition entspricht, klicken Sie neben dem Releasenamen auf Herunterladen, um es zu erhalten.
Klicken Sie auf Weiter und dann auf Fertig stellen.
App im Emulator testen
Nachdem Sie das virtuelle Gerät erstellt haben, führen Sie Ihre Anwendung auf einem Emulator mit Wear OS 6 aus und testen Sie sie:
Wählen Sie in der Android Studio-Symbolleiste das virtuelle Gerät aus, das Sie gerade erstellt haben.
Klicken Sie auf Ausführen.
Im Emulator verfügbare Apps
Die folgenden User-Space-Apps sind auf dem offiziellen Emulator vorinstalliert:
Handyfinder-App
Taschenlampe
Mediensteuerung
Smartphone
Play Store
Einstellungen
Außerdem sind im Emulator die folgenden System-Apps verfügbar:
Android für Barrierefreiheit
Bluetooth
Credential Manager
Download-Manager
Notfallinformationen
Google Play-Dienste
Gesundheitsdienste für Wear OS
Spracherkennung und -Synthese von Google
Wear Services
Notfallbenachrichtigungen an Mobilgeräte
App für Wear OS 6 aktualisieren
Nachdem Sie Ihre App aktualisiert haben, um sie für Wear OS 6 vorzubereiten, können Sie die Kompatibilität Ihrer App mit dieser Version von Wear OS weiter verbessern, indem Sie sie auf Wear OS 6 (API‑Level 36), das auf Android 16 basiert, oder höher ausrichten.
Wenn Sie die Ziel-SDK-Version aktualisieren, müssen Sie die Änderungen am Systemverhalten berücksichtigen, die für Apps gelten, die auf Android 16 oder höher ausgerichtet sind.
Build-Datei aktualisieren
Wenn Sie die Ziel-SDK-Version aktualisieren möchten, öffnen Sie die Datei build.gradle oder build.gradle.kts auf Modulebene und aktualisieren Sie sie mit den folgenden Werten für Wear OS 6 (Android 16):
Alle Inhalte und Codebeispiele auf dieser Seite unterliegen den Lizenzen wie im Abschnitt Inhaltslizenz beschrieben. Java und OpenJDK sind Marken oder eingetragene Marken von Oracle und/oder seinen Tochtergesellschaften.
Zuletzt aktualisiert: 2025-07-27 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-27 (UTC)."],[],[],null,["# Prepare for Wear OS 6\n\nThis page explains how to set up the official emulator for testing, and how to\nupgrade your app to target Wear OS 6.\n\nSet up an emulator\n------------------\n\n\nThe Wear OS 6 emulator lets you do the following:\n\n- Test behavior changes in Wear OS 6.\n- Explore the new features that are available in Wear OS 6.\n- View the watch faces that you create using [Watch Face\n Studio](https://developer.samsung.com/watch-face-studio/user-guide/index.html).\n\nUsing the emulator, you can test different screen sizes and watch faces.\n**Note:** The Wear OS 6 emulator isn't available in China. Learn more about how to [create Wear OS apps for China](https://support.google.com/wearos/answer/6321140) and support the China market. \nThe grid view of the set of apps available in the emulator.\n\n\u003cbr /\u003e\n\n### Download and install the emulator\n\nTo set up a virtual device to run Wear OS 6, follow these steps.\n| **Note:** Unlike in previous versions of Wear OS, the emulator that runs Wear OS 6 **uses a signed build**. This means that you can't get root access to the emulator image.\n\n1. Download the [latest preview release of Android Studio](/studio/preview).\n\n | **Note:** You need Android Studio Narwhal or later to get the emulator for Wear OS 6.\n2. In Android Studio, click **Tools \\\u003e SDK Manager**.\n\n3. In the **SDK Tools tab** , select the latest version of **Android Emulator**\n and click **OK** to install the latest version if it isn't\n already installed.\n\n4. In Android Studio, open the Device Manager by selecting **Tools \\\u003e Device\n Manager** . Click **Create device**.\n\n5. In the **Category** pane, select **Wear OS** and choose a hardware profile.\n Click **Next**.\n\n6. Select a Wear OS 6 system image to download, which is the image with\n **API Level** 36.0 and the **Target** Android 16.0 (\"Baklava\")\n (Wear OS 6.0).\n\n If you don't already have a system image installed\n that matches your device definition, click **Download** next to the\n **Release Name** to get it.\n7. Click **Next** and then click **Finish**.\n\n### Test your app on the emulator\n\nAfter creating the virtual device, run and test your application on a\nemulator that runs Wear OS 6:\n\n1. Go to the Android Studio toolbar and select the virtual device you just created.\n2. Click **Run** .\n\n### Apps available on the emulator\n\nThe following user-space apps are pre-installed onto the official emulator:\n\n- Find My Phone\n- Flashlight\n- Media Controls\n- Phone\n- Play Store\n- Settings\n\nIn addition, the following system apps are available in the emulator:\n\n- Android Accessibility Suite\n- Bluetooth\n- Credential Manager\n- Download Manager\n- Emergency information\n- Google Play services\n- Health Services for Wear OS\n- Speech Recognition and Synthesis from Google\n- Wear Services\n- Wireless Emergency Alerts\n\nUpdate your app to target Wear OS 6\n-----------------------------------\n\nAfter you [update your app](/training/wearables/versions/6/changes) to prepare it for Wear OS 6, you can further\nimprove your app's compatibility with this version of Wear OS by targeting\nWear OS 6 (API level 36), which is based on Android 16, or higher.\n\nIf you update your target SDK version, handle the system behavior changes that\ntake effect for apps that [target Android 16 or higher](/about/versions/16/behavior-changes-16).\n| **Note:** If you publish your Wear OS app to Google Play, you must [target a\n| sufficiently recent version of the platform](https://support.google.com/googleplay/android-developer/answer/11926878). To give yourself time to test your app, it's best to complete this upgrade soon.\n\n### Update your build file\n\nTo update your target SDK version, open your module-level `build.gradle` or\n`build.gradle.kts` file, and update them with the following values for Wear OS 6\n(Android 16): \n\n### Groovy\n\n android {\n compileSdk 36\n ...\n defaultConfig {\n targetSdk 36\n }\n }\n\n### Kotlin\n\n android {\n compileSdk = 36\n ...\n defaultConfig {\n targetSdk = 36\n }\n }"]]