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

前端 未结 4 1893
执笔经年
执笔经年 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:22

    I am learning android and I faced this issue today.

    Android was indexing forever because I added wrong image file. I deleted that image and it's working fine now, if you fall into this, I suggest that you to check all recent files that were added to your project and replace them with the correct ones.

提交回复
热议问题