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) Getting Started with Android Introduction to Methods and Classes

Pallet Issue

Normally, in the Pallet, the items show up with a graphical layout of the items, such as TextView, Button, Checkbox, etc.

I only get a text description of the items, with a generic icon.

Can someone point me to where the issue is from?

2 Answers

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

It's probably because of the API. Up in the right hand corner you'll see the little android guy with a number next to him (Probably 20). Go in your sdk manager and install the API 19, or one that does not have a "W" in the name. Like 4.4W. Then after you install it click the little android guy in the corner and select 19. Everything should show up fine now.

I had the same problem and this did the trick for me.

Thank you Luke! That did if for me, and now I feel "normal"!