Android Studio Out of Memory

前端 未结 6 1875
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 21:23

This morning I have been experiencing an issue with Android Studio, whenever I open it I am getting the following error.<script

6条回答
  •  温柔的废话
    2020-12-02 21:52

    There are couple of ways to handle out of memory in Android Studio:

    1. Clean the Project And Rebuild
    2. Invalidate Caches/Restart -> Sync Project with Gradle files
    3. Restart the PC
    4. Close Android Studio -> Delete .idea folder -> Start the Android Studio and rebuild.
    5. Still facing the issue, Need proper investigation.

提交回复
热议问题