如何在启动时完全停止Android Studio索引/扫描/构建? [英] How can I stop Android Studio Indexing/Scanning/Building altogether at startup?

查看:128
本文介绍了如何在启动时完全停止Android Studio索引/扫描/构建?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何停止此索引编制或任何启动过程?这是为了什么?为什么这样做呢?我可以在最需要的时候再推迟加载如此庞大的过程吗?

How can I stop this indexing or whatever this startup process? What is it for? Why is it doing it? Can I defer the loading of such huge process later on when I most need it?

推荐答案

您不能停止或推迟此过程. IDE需要构建该过程的代码模型,而IDE和文本编辑器之间有区别的所有功能(代码导航,代码完成,错误突出显示,用法搜索,重构等)都需要该过程.

You can't stop or defer this process. The process is required for the IDE to build a model of your code, which is required for all features that make a difference between the IDE and a text editor (code navigation, code completion, error highlighting, usages search, refactoring and so on).

如果您不需要任何这些功能,则可以使用文本编辑器(例如Sublime Text)而不是Android Studio来完全避免此过程.

If you do not need any of those features, you can avoid this process altogether by using a text editor such as Sublime Text instead of Android Studio.

这篇关于如何在启动时完全停止Android Studio索引/扫描/构建?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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