Indexing freeze with message: Indexing paused due to batch updated

后端 未结 23 1146
独厮守ぢ
独厮守ぢ 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:06

    I faced the same Issue but the situation which lead to this was different: I created a remote branch on the project's repository on GitHub and it was empty. And then I checkout to that branch locally while android studio was running.

    I then deleted the local repository and created it again but this time it was not empty. Further I pushed the code to the remote branch as well.Now I thought that it will start the project normally but again the same happened.it resulted in an IDE error.

    To solves this issue I deleted that local repository and again re-imported it.Than it started correctly.

提交回复
热议问题