Android Studio Rendering Problems

安装了Android Studio 1.2.1.1以及SDK API 22

在新建一个工程以后,打开activity_main.xml会提示rendering problems。

修改src/app/res/values/sytles.xml中的parent值

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
    </style>

</resources>


保存以后,刷新一下即可。


参考

http://stackoverflow.com/questions/29887722/error-rendering-problems-the-following-classes-could-not-be-found-android-suppo

你可能感兴趣的:(android,problem,Studio,rendering)