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

查看:25
本文介绍了如何在启动时完全停止 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天全站免登陆