Hi, since yesterday I got this problem with Android Studio, it gets open "JDK platform binary" many times ( I didn't let it to goes on ), and my laptop will be not responding
how can I solve this? any thought?
Hi, since yesterday I got this problem with Android Studio, it gets open "JDK platform binary" many times ( I didn't let it to goes on ), and my laptop will be not responding
how can I solve this? any thought?
Check If Your Hotspot is on. Turn that off, Kill Your android Studio Process from Task Manager and open again. I don't why but it fixed the issue for me.
If it's still opening too many times without turn on the hotspot, run the android studio as administrator. It fixed this issue for me.
Update
After that still not fixed. use org.gradle.jvmargs=-Xms512m -Dfile.encoding=UTF-8 in the gradle.properties instead of org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8. And do not share your connection.

That would be fix the issue permanently.