如何修复 Android Studio Arctic Fox 中的预览选项卡错误 [英] How to fix preview tab bug in Android Studio Arctic Fox

查看:120
本文介绍了如何修复 Android Studio Arctic Fox 中的预览选项卡错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将我的 android studio 版本更新为北极狐.但是Android Studio更新到这个版本后,预览选项卡显示模糊.

I update my android studio version to Arctic Fox. But after update of Android Studio to this version, it shows blurry items in preview tab.

我的预览标签图片:

我使用 Windows 10 作为操作系统.

I used windows 10 for OS.

我该如何解决?

推荐答案

简答:降级到 Android Studio 4.2.2.

Android Studio Arctic Fox - 进行了重大更改.然而,它创造了不存在的新问题.它需要一个补丁.我什至尝试了Android Studio Arctic Fox (2020.3.1) Patch 1 - August/18 的最新补丁,它没有解决.所以只好降级到相对稳定的Android Studio 4.2.2.

Android Studio Arctic Fox - made major changes. However, it created new issues that didn't exist. It needs a patch. I even tried the latest patch of Android Studio Arctic Fox (2020.3.1) Patch 1 - August/18, It didn't solve it. So, I had to downgrade to Android Studio 4.2.2, which is relatively more stable.

当降级到Android Studio 4.2.2时,您需要更改以下内容

When downgrading to Android Studio 4.2.2, you have to change the following

  • graddle-wrapper.properties 中的distributionUrl

distributionUrl=https://services.gradle.org/distributions/gradle-6.7.1-bin.zip

distributionUrl=https://services.gradle.org/distributions/gradle-6.7.1-bin.zip

  • build.gradle 中的类路径(项目)
  • 类路径com.android.tools.build:gradle:4.2.2"

    classpath "com.android.tools.build:gradle:4.2.2"

    这篇关于如何修复 Android Studio Arctic Fox 中的预览选项卡错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆