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
Kyouhyung Kim
13,136 PointsRendering Problems : Couldn't resolve resource
I an following the Android app development course right now, and I'm in "Build an Interactive Story App" course. I decided to try out the latest version of Android Studio, because I am planning to develop my own app after all, and thought it would be better to make myself get used to the newest version of the tool I will be using. When I was following the instructions shown on the videos, I ran into a problem. When I tried to use a lower android version for preview in the design viewport, I got into the error :
Rendering Problems Couldn't resolve resource @style/Widget.Holo.Light.ActionMode(2 similar errors not shown)
It looks like the newest version of the Android Studio is somehow excluding the resources from the older api's. Are there any way to solve this issue? If I'm just going to clear the course, I will just install the version provided in the teacher's note, but since I will be making my own app, I will be using this newer version anyway, and the chances are that I will be running into this problem again sooner or later. I'd like to prepare myself for the time when it happens.
Thanks.