Android : How to Create Android Emulator for Nexus10?

前端 未结 6 1363
-上瘾入骨i
-上瘾入骨i 2020-12-05 06:44

I am trying to create the android emulator for Nexus 10 using latest ADT(21) and SDK tools. I have the following configuration for the Nexus 10 AVD:

Screen S         


        
相关标签:
6条回答
  • 2020-12-05 07:07

    I had the same issue (have, actually). It is quite simple, the resolution and the screen density are just too high for your monitor (on that screen size), so it cannot display it. - I am sure your emulator runs perfectly on other configurations

    0 讨论(0)
  • 2020-12-05 07:08

    This is the correct configuration for an Nexus 10 Android Virtual Device:

    Nexus10_AVD

    Your screensize and density was wrong.

    Screen Size - 10.1 inches
    Resolution - 2560x1600
    Size - xlarge
    Density - xxhdpi
    Screen Ratio - long
    RAM - 2048 MiB

    0 讨论(0)
  • 2020-12-05 07:14

    With IntelliJ you need to open tools - android - AVD manager and then when you add a new AVD try ensuring that your CPU/ABI is set to ARM(armeabi) Had some trouble before like this and it was down to this setting.

    Hope this helps!

    0 讨论(0)
  • 2020-12-05 07:22

    I had the same issue. You can do one thing,

    1) When you create AVD, make sure Use Host GPU option is checked.

    enter image description here

    It worked for me, in my Mac OS X Mountain Lion 10.8.2, and eclipse juno.

    EDIT : Sorry folks for the confusion. There is no Google Nexus 10 skin (at the time of writing this). What you see in the image is a Nexus 10 equalant I created using Device Definition (AVD manager 2nd tab) feature of eclipse. It is just I named it as Nexus 10 and it is not default google emulator.

    0 讨论(0)
  • 2020-12-05 07:22

    I think the monitor resolution is more important than the hardware of your computer. I have a PC i7 & 16GB RAM under Windows 7, with two DELL monitor 1920x1080 and it is imposible to run Nexus 10 emulator. This computer runs Nexus 7 emulator perfectly.

    But my less powerfull iMac i5 & 8 GB RAM under OSX Mountain Lion, runs perfectly Nexus 10 AVD.

    I have tried with/without use host gpu option, and only work when it is checked.

    I have tried to emulate other devices like Samsung Galaxy S4 and it happens the same!

    By the way, it is recomended to specify low value RAM and SD Card values for performance (512MB & 16-96MB).

    0 讨论(0)
  • 2020-12-05 07:23

    One more way is to use new

    Genymotion Android Emulator

    It is available for Ubuntu also , have a look at my post for other info related to it.

    0 讨论(0)
提交回复
热议问题