Android Studio不会执行自动错误检测

时间:2015-05-21 19:18:41

标签: android-studio ide

我在Mac OS X 10.10中使用Android Studio 1.1.0。我注意到当我编写代码时:

public void;

甚至:

+ (bad) thisObjectiveCCodeShouleNeverCompileInJava:(ButSomehow *)itsNotComplaining

Android Studio没有抱怨。一旦我构建它,Gradle就会显示错误,但编辑器窗格仍然没有。我试图使用Navigate> Next Highlighted Error,我在文本光标上面有以下气球:

A manilla-color balloon reading "Error analysis in progress"

我让它坐了半个小时仍然没有突出显示任何错误或警告。同样,将文本光标放在变量名称中/上不会突出显示其在文件中的用法(但Edit> Find> Highlight Usages in File工作正常。)

我尝试更新到1.2.x,但我明白了:

The update dialog saying that Android Studio is checking for updates on the stable channel, cannot check now, and is currently on version 1.1.0 (build AI-135.1740770).

有一次,在尝试Make Project时,我得到了以下内容:

An internal error from Android Studio, showing a <code>Java Native Exception</code> described as a <code>NullPointerException</code> at <code>sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent(CAccessibility.java:287)</code>, followed by a stack trace from the underlying Objective C code.

发生了什么事,如果不从头开始重新安装Android Studio,有没有办法解决这个问题?

1 个答案:

答案 0 :(得分:2)

大部分是因为我启用了省电模式。取消选中此重新启用的错误突出显示和其他此类功能。

The "File" menu of Android Studio, showing "Power Save Mode" checked at the bottom