How can I stop Android Studio Indexing/Scanning/Building altogether at startup?

前端 未结 4 1950
执笔经年
执笔经年 2021-02-19 00:51

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?

4条回答
  •  心在旅途
    2021-02-19 01:30

    I solved it by just Invalidate and Restart. I experienced this isssue in a loop, indexing non stop without Run or Build anything.

    File --> Invalidate Cache/Restart.

提交回复
热议问题