14

My Android studio was working fine in past few months but it started to freeze recently. I tried to uninstall and re-install the latest version 2.2.3 for Windows but it still keeps freezing and cannot be used. I've been searching around but could not find any solution. I am running Windows 10 and have 32GB RAM.

T-Heron
  • 5,385
  • 7
  • 26
  • 52
Alan
  • 149
  • 1
  • 3
  • http://stackoverflow.com/questions/17324849/android-studio-gradle-build-speed-up https://www.google.lk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwjrkozhgYbRAhUHMY8KHRL9A-wQFgghMAI&url=http%3A%2F%2Fwww.viralandroid.com%2F2015%2F08%2Fhow-to-make-android-studio-fast.html&usg=AFQjCNH8F42hp45dFVky4VJPsk1n2ANOTQ&sig2=pc59CSuRI0--N9YrYJDgiQ – Charuක Dec 21 '16 at 19:26
  • 2
    Same here. Also have more then enough RAM, happens in xml files a lot – jobbert Jan 12 '17 at 17:00
  • 3
    Same here. Specially in xml files and line changing happens. I have 8 GB of RAM and I'm running on mac. – Navid Eivazzadeh Apr 10 '17 at 09:28
  • And same here. Have anyone find some kind of solution for this? – Stanojkovic Sep 30 '17 at 20:52

1 Answers1

-1

If you have a lot of views in your layout file, try breaking your layout into separate files and use the <include /> tag to reference them.

  • Even if you have tons of layouts that would still work with 32GB ram. Anyway, the question is from Dec 21. Current stable is 2.4 while the beta is 3.0b4. I dont think the answer is still valid – Emanuel Sep 06 '17 at 13:17
  • I was experiencing this problem with the latest release as well –  Sep 06 '17 at 13:20