Indexing freeze with message: Indexing paused due to batch updated

后端 未结 23 945
独厮守ぢ
独厮守ぢ 2020-12-12 15:43

I\'ve updated Android Studio to version 3.2.

After that update one of my projects don\'t want to index.

It freezes with the message

相关标签:
23条回答
  • 2020-12-12 16:03

    Seems like there is an issue with Android Studio itself. I fixed the issue for now by following these steps:

    1. Click File > Invalidate Caches / Restart
    2. On the pop up choose Invalidate and Restart
    0 讨论(0)
  • 2020-12-12 16:03

    I solved it by deleting all the *.iml files and the .idea folder

    0 讨论(0)
  • 2020-12-12 16:04

    Invalidate cache and restart did the work for me. Now, the build is compiling in seconds.

    0 讨论(0)
  • 2020-12-12 16:05

    Pressing the play button worked for me. It finished indexing and installed the apk in seconds. The catch is that I have to do this every time and batch does not seem to update.

    0 讨论(0)
  • 2020-12-12 16:05

    This is an issue in Android Studio since v3.2, I have posted an issue in Android Studio Issue Tracker, it's being finally accepted. Waiting for them to solve it.

    Here is the issue tracker, you can follow up from here.

    please star the issue as well to help solving it.

    0 讨论(0)
  • 2020-12-12 16:05

    Click on play button twice and then go to file->Invalidate Caches / Restart...

    repeat this process every time whenever you face this issue.

    0 讨论(0)
提交回复
热议问题