

d flag with some common adb commands, such as For this reason, you might have to use the Note: The adb utility views the virtual device asĪn actual physical device.

Partition and other storage, see the following section. To clear thisĭata, start the emulator with the -wipe-data option or wipe theĭata in the AVD Manager. In a user data disk partition ( userdata-qemu.img). The virtual device preserves the app and its state data across restarts To uninstall an app, do so as you would on an Android device. Section, using any startup options necessary.

You can specify startup options when you start the emulator, but not after it has started.įor a list of AVD names, enter the following command: Users/janedoe/Library/Android/sdk/emulator/emulator -avd Nexus_5X_API_23 -netdelay none -netspeed full Here's the basic command-line syntax for starting a virtual device from aĮmulator -avd avd_name įor example, if you launch the emulator from within Android Studio running on a Mac, the defaultĬommand line will be similar to the following: Use the emulator command to start the emulator, as an alternative to This page describes command-line features that you can use with theįor information about using the Android Emulator UI, see The Android Emulator lets you develop and testĪndroid apps without using a physical device. The Android SDK includes an Android device emulator-a virtual device
