Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio causes Bluescreen every time

I'm using Windows 8.1 Pro and migrated from Eclipse to Android Studio. But if i start Android Studio, "indexing" is going on and then thousand terminal windows pop up(from the aapt.exe). Then the bluescreen appears.(SYSTEM_SERVICE_EXCEPTION, event viewer mentions "Microsoft-Windows-Kernel-Power") I set JAVA_HOME to my jdk path and reinstalled Android Studio. It didn't help. Do anybody has some suggestions?

like image 421
user3642735 Avatar asked Feb 23 '26 07:02

user3642735


2 Answers

Had the same problem, bluescreen with different messages while building or gradle sync. Disabling "AVG" my preferred anti virus software caused the problem to vanish.

like image 71
user4965409 Avatar answered Feb 24 '26 22:02

user4965409


Sorry. I've already forgotten this problem. As said by user4965409, it was my antivirus software. I'm using avast and as I turned it off, it worked. So disable your antivirus, if you have similiar problems with Android Studio.

like image 23
user3642735 Avatar answered Feb 24 '26 20:02

user3642735