android - 更新到 Android Studio 3.1 不再关注编译错误

标签 android android-studio

3.1 引入了构建输出窗口,您可以清楚地看到构建步骤。但是,在此 3.1 之前,每当编译器运行时,如果出现错误,它会自动关注代码中的错误位置。 3.1 不再这样做了。我想知道是否有一个选项可以打开,或者我错过了什么?

最佳答案

仍然可以通过双击错误来完成: enter image description here

或者,您可以单击 Toggle View 并像以前的版本一样获取类(class)链接。

关于android - 更新到 Android Studio 3.1 不再关注编译错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49662086/

相关文章:

android-studio - 如何在 Android Studio (IntelliJ IDEA) 中格式化代码

android - Android Studio 3.4/Gradle v5更新错误

android - Gradle 构建运行无限时间

android - java.lang.NoSuchMethodError : android. app.DownloadManager$Request.setNotificationVisibility 错误

android - 启用/禁用移动数据

android - 定期读取 NFC 标签

Android Studio 添加@androidx.annotation 和@android.support.annotation 问题

Android Studio 3.0 错误。迁移本地模块的依赖配置

java - 在 Android 中使用 Graph API 在 Facebook 上直播视频

java - 直接在手机上运行 "aapt.exe"?