Android Studio: Background task running indefinitely

后端 未结 10 1190
心在旅途
心在旅途 2020-12-23 16:10

After updating the Android SDK, I started Android Studio. Now its showing background task continuously running with message

Updating indices: Scannin

10条回答
  •  甜味超标
    2020-12-23 16:33

    I've this problem recently and in my case I'm using a linux 64bit SO and my android studio was in a ntfs disk. Since ntfs doesn't support executable permition the file fsnotifier64 was unable to execute and android-studio fallback into a compatibility mode that is much slower. The solution was copy the android-studio folder into my home folder that was ext4 and that way i was able to set permitions.

提交回复
热议问题