What is causing the Rendering Problems : Couldn't resolve resource error in Android Studio 1.1.0?

爱⌒轻易说出口 提交于 2019-12-11 03:27:00

问题


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?


回答1:


I am having the same problem below API 19 in the preview. Do not worry about it, select your API 19 or above and the problem will disappear.

It is only the preview, so it doesn't matter. However, ensure that it is working on all platforms on an android device (like an emulator or a real device).



来源:https://stackoverflow.com/questions/28655929/what-is-causing-the-rendering-problems-couldnt-resolve-resource-error-in-andr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!