What is causing the Rendering Problems : Couldn

2019-07-18 06:21发布

问题:

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).