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 trial

Android Build a Simple Android App (2014) Creating the Screen Layout Getting to Know Our Tools

No 4:Run tab

When you were showing tabs at the bottom of Android Studio where we see options like 6:Android, Terminal, TODO, Messages, etc etc etc I don't have a 4:Run tab

How can I open that option up again so it's on the bottom/bottom left of my screen again?

I have an app emulation open, so no problem there.

You mentioned you can hit 4:Run tab to see if there are any problems going on, to test the app, but right now I don't have that tab

1 Answer

Niyamat Almass
Niyamat Almass
8,176 Points

Run your app in a emulator then look again in the bottom

It may be show

the editor had in preview "Automatically Pick Best" had set my my preview app to API 23: Android 6.0 instead of Android 4.2.2,which was setting a whole other list of problems. Once I set it correctly to 4.2.2. everything seemed to fall into place, and yep, ran the app in the emulator and 4:Run popped right up.

MANY THANKS