15

I am trying to create emulator for Samsung Galaxy Note. But it is not working.

I tried the following config

  • sdk r17
  • platform 2.3.3
  • resolution 1280x800
  • density 320

Emulator skin is comeup. But it doesn't have any navigation keys (menu, back and home keys). Also no keyboard displayed.

I also tried with platform 4.0.3. Same problem there. Emulator comes up without any keys.

For Galaxy Tab I use Samsung addon. So no problem with emulator. But I couldn't' find any addon for Galaxy Note.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
user1123931
  • 479
  • 1
  • 8
  • 24
  • Did u gie any resolution as default value as 1280*800? if so it will come without keys only.This will occur in normal emulator for me. just select the built in resolution while creating emulator through avd manager. – deepa Apr 19 '12 at 04:38

3 Answers3

24

I have created a Galaxy Note AVD skin, which you can download from GitHub (direct download) with credits to Heiko Behrens, whose article you can refer to understand how to use it.

In short, you can simply extract the zip file to the < PathToAndroidSDK >/platforms/android-X/skins/ directory (were X is the API level of the SDK you want to use - in case of 2.3.3, it would be 10). You can then create the AVD from a freshly started AVD manager which will show "Galaxy Note" skin for that API level.

Billy Moon
  • 57,113
  • 24
  • 136
  • 237
Rajesh
  • 15,724
  • 7
  • 46
  • 95
4

Hi user1123931 while creating AVD in eclipse there is an option in Hardware section -> New-> Keyboard Support. select it while creating or editing you device. The keyboard should be visible now.enter image description here

MaxRecursion
  • 4,773
  • 12
  • 42
  • 76
1

There are specially developed skins to provide those UI elements in the Emulator. You can also use the special keyboard shortcuts in replacement of those UI buttons: Android Emulator Shortcut Keys