Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a Samsung Galaxy Note emulator in the Android AVD?

I want to create a Samsung Galaxy Note (version 2.3.6) virtual device within the AVD manager with 800*1280 resolution. How can I do this?

like image 433
VaaS Avatar asked Feb 13 '12 02:02

VaaS


People also ask

Can I use my phone as emulator for Android Studio?

Click on the “Create Virtual Device” button. Select “Phone” or “Tablet” as Category and select the device which you want to use to make a Virtual Device. Then click on the “Next” button. Note: select a small screen device for better emulator performance.

How do I make an emulator for my phone?

In the Android SDK Manager, select Tools | Manage AVDs. In the Android Virtual Device Manager, click the New button to create a new virtual device. In the Create new Android Virtual Device (AVD) dialog box, select an Android device to emulate, and enter the details describing the Android device you want to emulate.


1 Answers

I don't think you can create an emulator with version 2.3.6, but you can make one with
version 2.3.3 and screen size 800 * 600.

go to AVD Manager> New... and fill the screen as followed:
Name : galaxyNote
Target : Android 2.3.3 - API Level 10
SD Card : 256 MiB
Skin : 800 * 1280

then click on create AVD. done.

like image 144
Christoper Hans Avatar answered Sep 28 '22 00:09

Christoper Hans