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 (2014) Getting Started with Android Creating the Fun Facts Project

The android studio is not loading the phone in the preview box. I have blank box and it says rendering problems.

I installed the android studio and created a new project. So on the Android Studio screen I am suppose to see the cellphone which I don't see. The error is something like this: Rendering problems The following classes could not be found: -andriod.support.v7.internal.widget.ActionBarOverlayout (Fix Build Path, Create class) Tip: Try to build the project.

1 Answer

Hey Sandeep,

I had similar problems and found these answers from Stack Overflow to be very helpful:

PROBLEM 1:: "android.support.v7.internal.widget.ActionBarOverlayLayout could not be instantiated"

ANSWER 1:: http://stackoverflow.com/questions/29987223/android-support-v7-internal-widget-actionbaroverlaylayout-could-not-be-instantia#answer-29993270

PROBLEM 2:: "Execution failed for task ':app:compileDebugAidl': aidl is missing"

ANSWER 2:: http://stackoverflow.com/questions/29766830/execution-failed-for-task-appcompiledebugaidl-aidl-is-missing#answer-30598930

I hope this helps!

Chi