Reputation: 600
I'm trying to test my app on a number of different sized screens to make sure it displays correctly. I'm finding it hard to setup the emulator to show the different sized screens. Can someone please help in providing the settings needed to show an emulator for x-large, large, medium and small sized screens please?
Any help in working with the emulators would be greatly appreciated. Regards
Upvotes: 0
Views: 2619
Reputation: 2933
When you run your AVD, there are two tabs:
1 - Android Virtual devices with devices you created.
and
2 - Device Definitions -> click on this one.
Now you can pick different devices with different screen sizes, densities, resolutions...basically all the important combinations you would want to test it with(and more)
Select one and click on the right side menu button -> create AVD.
Upvotes: 1