Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Pixel 2 virtual device - Pixel 2 AVD

I'm looking for Pixel 2 virtual device. I've updated to the latest Android Studio RC2 version but seems like Pixel devices are the last ones in the list.

Android VD list

I do know I can create custom hardware profile with Pixel 2 resolution, but Pixel 2 display has rounded corners.

Pixel 2 device

So was Pixel 2 virtual device released? Any links to download Pixel 2 hardware profile?

like image 441
Eugene Brusov Avatar asked Oct 23 '17 16:10

Eugene Brusov


People also ask

What is Android Virtual Device AVD?

An Android Virtual Device (AVD) is a configuration that defines the characteristics of an Android phone, tablet, Wear OS, Android TV, or Automotive OS device that you want to simulate in the Android Emulator. The Device Manager is an interface you can launch from Android Studio that helps you create and manage AVDs.

How do I select a virtual device in Android Studio?

In Android Studio go to “Tools (Menu Bar) >Android > AVD Manager. Click on the “Create Virtual Device” button. Select “Phone” or “Tablet” as Category and select the device which you want to use to make a Virtual Device. Then click on the “Next” button.

Where is the AVD Manager in Android Studio?

If you're using Android Studio, then you do not need to use this tool and you can instead create and manage AVDs from the IDE. The avdmanager tool is included in the Android SDK Command-Line Tools package at android_sdk /cmdline-tools/ version /bin/avdmanager .


1 Answers

I'm sure you are already aware by now, but just in case, Android Studio versions >= 3.0.1 include the Pixel 2 and Pixel 2 XL hardware profiles.

like image 118
gjudkins Avatar answered Oct 08 '22 02:10

gjudkins