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 trialHimanshu Choudhary
499 PointsHow to solve rendering problems ?
When I hit run button to run my app in emulator that time rendering problems occur. And after that my app start in emulator but in studio all designs are gone and after that I get a blank app.
2 Answers
Yuri Arons
7,281 Pointstry to look for an upgrade for the android studio...
Mohamed Abido
4,334 PointsYou can go to res -> values -> style.xml and replace "Theme.AppCompat.Light.DarkActionBar" with this "Base.Theme.AppCompat.Light.DarkActionBar"
kabir k
Courses Plus Student 18,036 PointsThat removes the Rendering problems
message but the edited app doesn't show up in the (5554:Nexus_5_API_23) Android Virtual Device like the teacher's.
Himanshu Choudhary
499 PointsHimanshu Choudhary
499 PointsOkay. Thank You.