我正在使用android studio 1.0.2,它似乎没有自动导入或检测错误。我能够使用ctrl + space获取方法建议,但我无法弄清楚为什么它没有检测到错误。如果我在代码行之间添加随机文本,则表示构建成功。
附加图像是它的样子,我已经正确完成了android-studio设置。请帮帮我是否与最新的android studio构建有关?
答案 0 :(得分:4)
在android studio中有一个节电模式,如果你不小心点击它会禁用代码分析,这将减少电池消耗,性能也会增加,但它不会检测到任何错误并自动完成操作。
禁用节电模式
- Go to File Menu of Studio
- Uncheck The Power Saver Mode
在您的IDE中,代码分析将使用Android工作室右上角的眼睛符号显示。
If Green means it is enabled and there is no error in your code.
If Red Means It is enabled but there are few errors in your code.
If It is white or blur then code analysis is disabled