c0dehunter
c0dehunter

Reputation: 6150

Galaxy Tab 2 Emulator

What do I need to do to get a working emulator of Galaxy Tab 2 (ICS 4.0) 10.1 in Eclipse? In the SDK manager I can see "Galaxy Tab" addon but it's for Android 2.2 (API8).

Can I create it in AVD manager with some specific resolution, screen density, etc. settings?

Upvotes: 2

Views: 6419

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006869

What do I need to do to get a working simulator of Galaxy Tab 2 (ICS 4.0) 10.1 in Eclipse?

First, "emulator" and "simulator" mean different things in Android. What you are referring to is the emulator.

(I ordinarily would not quibble about this, but a Googler recently got confused over the issue, so I am trying to make sure everyone uses the term "emulator")

Second, AFAIK, Samsung has not published any specific emulator image for the Tab 2, or for most of their devices.

Can I create it in AVD manager with some specific resolution, screen density, etc. settings?

You can find the settings of interest to you and attempt to set up an AVD that matches those settings. For example, IIRC, a Tab 2 is WXGA800 with an "Abstracted LCD density" of 240.

Upvotes: 4

Related Questions