Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBoris Vukobrat
4,248 PointsEclipse Graphical Layout: How to show 4 devices?
I see in lesson are 4 screens set in graphic layout? So, how to add one not all? How to show portrait and landscape views at the same time? ... well, I managed to add all, and then remove one by one.
1 Answer
Gloria Dwomoh
13,116 PointsThat is a feature of android studio, that allows you to run multiple emulators concurrently. You can't do it like that in Eclipse. You can run several emulators in Eclipse but it won't visually appear like it does in android studio (ie. landscape, portrait ...) and it takes more time to set it up, you can see an example of How to Create Two or multiple instances of Emulator here.