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

Rendering Problems?

This worked fine when I ran it on the emulator here, but in the layout, the activity_fun_facts.xml, is showing some rendering problems. I didn't have this before. Just wondering if anyone had a suggestion here?

1 Answer

Check to be sure it's compiling with anything but SDK v. 20 in the visual editor. Currently, 20 only inlcudes Android Wear, which does not support certain things. :) I had the same issue at first.