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 (retired 2014) Pretty Little Things Adding an Image

Old Man
Old Man
1,333 Points

Theme Error

Stage 3, Pretty Little Things, Adding an Image: I don't understand what this refers to "4) Change MainActivity to extend Activity, not ActionBarActivity (related Forum post)" and the related Forum posts seem to raise more problems than solutions.

2 Answers

Luke O'Neill
Luke O'Neill
7,822 Points

In your MainActivity.java class instead of the class saying MainActivity extends ActionBarActivity just make it say MainActivity extends Activity

Old Man
Old Man
1,333 Points

got it, thanks luke.