在一些看似随机的布局中,Android Studio即使在切换到AppCompat后也会显示全息预览。我已经尝试重新启动计算机,Android Studio,重建和清理构建我的项目但没有成功。
示例布局:
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Example"/>
我已经检查了我的应用主题,并且在任何地方都没有提及holo。
Android Studio中是否有某种缓存可以清除?