Android Virtual Device (AVD) does not have 320x320 Android Wear

After updating the SDK to Android 5.0.1 OS, there is no longer the 320x320 version for Android Wear (see attached image). I found cloning the device to change the resolution, but it doesn't work (it needs a skin file).

I checked this address for emulator skin properties: android-studio \ plugins \ android \ lib \ device-art-resources . It seems they forgot to add a 320x320 square Android device!AVD screenshot

+3


source to share


1 answer


I also noticed that when cloning a square emulator and setting the resolution to 320x320 when it starts up, the emulator falls back to 280x280.

To get a 320x320 emulator:

  • Click the pencil next to AVD to open the AVD configuration
  • Click "Show advanced settings"
  • Set Skin Detection to No Skin


Advanced Settings, skin definition

Here is the result when choosing "No Skin". The left emulator is 320x320 and the right emulator is 280x280.

Emulator comparison

0


source







All Articles