Create virtual device in Android Studio
The AVD Manager is an interface in Android Studio that helps create and manage AVDs.
To create a new AVD:
To open the AVD Manager, follow below steps:
- Select Tools > AVD Manager.
- Click AVD Manager in the toolbar.
To create a new AVD:
- Open the AVD Manager by clicking Tools > AVD Manager.
- Click Create Virtual Device
- Select a hardware profile, and then click Next.
- Select the system image for a particular API level, and then click Next.
Comments
Post a Comment