Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xperia Z emulator

Tags:

android

avd

The Xperia Z has a 1920x1080 screen.

I need to develop an app which specifically targets this device but I currently don't have one.

Thus I'd like to use an emulator with the same specifications but I can't find this screen size in the list of available devices in AVD Manager.

Is it possible to setup a virtual device with this screen size ?

like image 718
sdabet Avatar asked Mar 04 '13 12:03

sdabet


1 Answers

Just to add to the existing answer there are Sony Add-ons available which will also add device definitions for you in AVD:

Sony Xperia Z AVD

In the Android SDK manager go to Tools > Manage Add-on Sites…. and add the site https://dl.developer.sonymobile.com/sdk_manager/Sony-Add-on-SDK.xml You should get the option to install Sony Device Definitions which will show up in the Android Virtual Device Manager

like image 59
George Profenza Avatar answered Sep 20 '22 13:09

George Profenza