您的位置:首页 > 移动开发 > Android开发

Android Studio 无法在可视化页面预览布局文件

2015-05-13 14:30 471 查看


java.lang.ClassNotFoundException: android.support.v4.view.ViewPropertyAnimatorListener
解决办法:

把你的style文件中theme改一下

在Theme.AppCompat.Light.DarkActionBar前面加上Base.  如下:

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


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: