binaryBigInt
binaryBigInt

Reputation: 1704

Android Studio Canary freezes all the time on Windows 10 64-bit

I am currently developing an Android App. Four days ago I messed up the Git repository I was working with and I decided to create a new Android Studio project and clone the repository inside this new project. Since then Android Studio freezes like every 2 - 10 Minutes. I even installed Canary 12 for that reason, I tried to remove everything I found regarding Android on my Computer before! Nevertheless, I still get those freezes.

I already set memory to maximum. At the time Android Studio crashes the total memory consumption is not above 50%, so it can't be a memory problem (in my opinion) - any ideas?

Upvotes: -1

Views: 554

Answers (1)

Fulton
Fulton

Reputation: 56

I would try File > Invalidate cache and restart, maybe disable all non included extensions. if that does not work try restarting your computer and/or reinstall android studio.

Upvotes: -1

Related Questions