darja
darja

Reputation: 5015

Android preview configurations in Intellij IDEA 12

There is a nice layout preview in Intellij IDEA. I remember in version 11 I could add my own configuration with specific density and screen size. It was Edit button in this list:

Layout preview

In the new version 12 I can't see it. How can I create my own configuration now?

Upvotes: 0

Views: 237

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402423

Use the AVD Manager (Android Virtual Device Manager) from Android SDK distribution, you can add more devices in the Device Definitions tab:

AVD

Upvotes: 2

Related Questions