Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulate Samsung Galaxy Tab

I would like to test my application with new Samsung Galaxy Tab tablet.

What parameter should I set in emulator to emulate this device?

  • What resolution and density should I set?
  • How can I indicate that this is large screen device?
  • What hardware does this tablet support?
  • What is max heap size?
  • Which Android version?
like image 998
Dariusz Bacinski Avatar asked Sep 19 '10 11:09

Dariusz Bacinski


1 Answers

UPDATED:
Matt provided a great link on how to add emulators for all Samsung devices.

OLD:
To get the official Samsung Galaxy Tab emulator do the following:

  1. Open the Android SDK and AVD Manager
  2. Click on Available packages
  3. Expand the Third party Add-ons. There you will see Samsung Electronics add-ons.
  4. Once the add-on is installed create a new emulator. Under Target you will see the new Samsung Tab settings, select that.

That's it!

like image 70
Jona Avatar answered Oct 30 '22 13:10

Jona