PTC
PTC

Reputation: 199

What emulator settings can I set my android AVD to to get a "large" screen?

I am almost finished (finally!) with my android application. I need to test it on a "large" screen size. What can I set the AVD on to make it a "large" screen?

Upvotes: 0

Views: 559

Answers (2)

Regis St-Gelais
Regis St-Gelais

Reputation: 3251

To add to vikramjb's answer, you might also want to change the screen density.

For example, to emulate my 7inches eLocity tablet I set the resoltion to WVGA800 and the abstracted LCD density to 160

Upvotes: 1

vikramjb
vikramjb

Reputation: 1365

Goto your Android SDK and AVD Manager and select your the device you are currently using. Click on Edit on the same screen, on the try changing the skin size. Of-course you can always create a new device for a new screen size.

correct me if i am wrong. HTH

Upvotes: 0

Related Questions