Search code examples
androidandroid-emulatorsamsung-mobile

How can I create an Android AVD for a Samsung Galaxy Note 2?


I want to create an AVD to test apps on a Samsung Galaxy Note 2. I have checked similar questions, but they are intended for older AVD versions.

Which device should I use?

Should I set the target as "Android 2.3.3 - API Level 10"?

enter image description here


Solution

  • I know the following:

    • Screen Size 5.55"
    • Resolution 720w x 1280h
    • Density xhdpi
    • RAM 2 GiB
    • Hardware buttons*

    The rest I just left at the defaults:

    • Sensors: Accelerometer, GPS, Gyroscope, Proximity Sensor
    • Cameras: Front, Rear
    • Input: No Nav
    • Size: Large
    • Screen Ratio: long
    • Buttons: Software
    • Portrait: Enabled
    • Device States: Enabled

    *Picture does not show the "Buttons" as hardware, but it should be.

    Here's a picture for you.

    Hope this helps!