How can I configure the Android emulator to simulate the Galaxy Nexus?

后端 未结 1 1438
不思量自难忘°
不思量自难忘° 2020-12-13 06:53

What settings for the Android emulator will as closely simulate the characteristics of the Galaxy Nexus as possible?

相关标签:
1条回答
  • 2020-12-13 07:26

    Here's a try:

    • Target: Google APIs - API Level 15
    • Skin: Built-in WXGA720

    Selecting skin sets the following hardware parameters, leave them as-is:

    • Hardware Back/Home: no
    • Abstracted LCD density: 320
    • Keyboard lid support: no
    • Max VM application heap size: 48
    • Device ram size: 1024

    Galaxy Nexus has no SD card, just internal memory. Distinction between internal and external storage is important and can affect apps. To simulate this:

    • add SD Card support=no parameter;
    • launch emulator with -partition-size 1024 for 1GB internal memory, or use some other means to increase amount of internal memory available;

    If you're working on camera apps, you'll also want to set correct number of cameras, and correct resolution.

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