Indexing freeze with message: Indexing paused due to batch updated

后端 未结 23 1105
独厮守ぢ
独厮守ぢ 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 15:48

    I saw this error and none of the solutions posted here worked for me. I had a specific scenario (see below), and I could get rid of the problem in my specific scenario. Not sure if the OP had the same scenario, by here are my two cents:

    In my specific case I had two projects open in Android Studio, where one of the project was from a sshfs-mounted directory (the other project was local to my computer). I believe that made Android Studio throw the "Indexing paused due to batch updated" message on, strangely, both the projects.

    To get rid of the error on the local project, I had to close the remote mounted project. On closing that project, the message was gone for my local project.

    Hope that helps.

提交回复
热议问题