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 an Interactive Story App (Retired) User Input Creating the Project

Action Bar not appearing after creating new project

I am having trouble getting the action bar to appears on my design layout. I followed Ben's instructions for creating a new project, and once the new project finished rendering, no action bar appeared when I am in design view. Help

2 Answers

Shane Desouza
Shane Desouza
3,523 Points

Did you click on the right layout? If not, you can go to the Android layouts file in the res directory and manually add the action bar from there.

Hi Shane, Thanks for the reply, the actions bar ended up not being required for the application that was being developed. It may have been a case of selecting the wrong layout when I initially built the app. Thanks for the quick assistance.