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

When I switch to the design view, the view doesn't render and I get a warning that an exception was raised during rendering. The app runs fine on the emulator

1 Answer

Thale van der Sluijs
Thale van der Sluijs
1,756 Points

hey Matthew Gaikema

Change your android version on your designer preview into your current version depend on your Manifest. rendering problem caused your designer preview used higher API level than your current android API level. I hope it helps

Thale van der Sluijs