-1

I'm trying to test my app on a Tablet ICS emulator, but I don't know exactly how to do that... It's important that the OS will be ICS (or above).

Thanx upfront.

Eli Revah
  • 3,626
  • 7
  • 27
  • 33

1 Answers1

4

In Eclipse:

Window -> AVD Manager -> Target ( >= API Level 14 ).

On resolution use something like: 1280x800 (Galaxy Tab 10.1).

Then use that emulator.

Luís Jesus
  • 1,628
  • 5
  • 21
  • 33