Michael Zeuner
Michael Zeuner

Reputation: 1776

Galaxy Tab Emulator for Android

How do you make an emulator for the galaxy tab that fits my project correctly. here is a picture of what the layout looks like in the xml in eclipse... http://s12.postimage.org/5xki5p43h/Correct_Tab.png and here is the layout when I run it in an emulator... http://postimage.org/image/iicfmxfpn/ . Do you have any Idea why it is like this I am running the traget as the "GALAXY TAB Addon - API Level 8" and I am using the built in skin

Upvotes: 0

Views: 1365

Answers (1)

Shankar Agarwal
Shankar Agarwal

Reputation: 34765

You have the right emulator installed and using the right emulator(if you wanna 7 inch galaxy tab). Just you need add a new folder drawable-xhdpi in res because the galaxy tab API Level 8 uses layout from drawable-xhdpi during the runtime. not from drawable-hdpi. Create a new folder add try.

Upvotes: 1

Related Questions