android - 如何在启动时完全停止 Android Studio 索引/扫描/构建?

标签 android android-studio

我怎样才能停止这个索引或任何这个启动过程?它是做什么用的?它为什么这样做?我可以在我最需要的时候推迟加载这么大的进程吗?

最佳答案

我只是通过 Invalidate 和 Restart 解决了这个问题。我在一个循环中遇到了这个问题,在没有运行或构建任何东西的情况下不停地索引。

文件 --> 使缓存无效/重新启动。

关于android - 如何在启动时完全停止 Android Studio 索引/扫描/构建?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35178731/

相关文章:

java - 单击行时获取 IndexOutOfBoundsException : Index: 1, Size: 1

android - 通过 Hilt 在 Fragment 和 Activity 之外进行现场注入(inject)

java - 使用 Google Maps API v2 的 Google map 导航

android-studio - 安卓工作室 : not showing filter option

android-studio - Android Studio错误

android - 如何将应用程序从手机移动到 android Studio?

java - 由于快照依赖性(?),Gradle 同步失败(Android Studio)

javascript - cocos2d-x 与 cocos2d-js 的区别

android - Android future 的用例是什么?

Android Studio "Project Structure"无法正常运行