I was looking into the Android Studio, and was trying out some basic app development. The learning material I was using is based on an older version of Android Studio which is still in beta stage, and I wanted to check out the latest version, 1.1.0. In version 1.1.0, I run into an error when trying to change the preview engine to versions below 17(such as api 14)
Rendering Problems
Couldn't resolve resource @style/Widget.Holo.Light.ActionMode
(2 similar errors not shown)
This happens from the very beginning of the project, in the "Hello World" template. What is the cause of this problem, and how can I resolve it?