Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio freezing when editing layouts with preview open?

Just recently my Android Studio(latest version 1.4.1 and previous version too) seems to be freezing when ever I edit a layout. The process when it's recalculating my changes it just straight up freezes. The only workaround for it is just to close the preview window when editing my layout and then reopen it to view my changes.

The freeze happens on and off, it doesn't happen all the time. Is this a problem for anyone else? any better solutions? Thanks.

like image 727
user2968401 Avatar asked Oct 30 '15 00:10

user2968401


1 Answers

Had similar experience on android studio 2.3, solved it by opening Tasking manager and checking for git for windows process and ending the task. noticed that once memory usage for this task gets above 300mb, android studio begins to hang

like image 104
MrJaid Avatar answered Nov 14 '22 18:11

MrJaid