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
Seems like there is an issue with Android Studio itself. I fixed the issue for now by following these steps:
File
> Invalidate Caches / Restart
Invalidate and Restart
I solved it by deleting all the *.iml files and the .idea folder
Invalidate cache and restart did the work for me. Now, the build is compiling in seconds.
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.
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.
Click on play button twice and then go to file->Invalidate Caches / Restart...
repeat this process every time whenever you face this issue.