Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

openjdk platform binary duplicate in task manager android 4.1.1

Tags:

java

android

When I build my project the task manager duplicate openjdk platform binary how can I resolve this problem?

Screenshot of task manger in windows

1

System specifications: 16 GB RAM, , i7, Dell , Win 10.

like image 629
Suhaib Raadan Avatar asked Nov 06 '22 03:11

Suhaib Raadan


People also ask

What is OpenJDK platform binary for?

OpenJDK is a free, open source implementation of the Java SE Platform Edition from Sun Microsystems. It was originally developed by Oracle Corporation in 2006 as part of their work on the Java Community Process (JCOP).

Can I end OpenJDK platform binary?

No there is no harm in closing it via the task manager. In the official docs, using the task manager is one of the methods to close it . You can also do a gradle --stop command to stop it.

How do I disable OpenJDK platform binary?

Press Windows key + R to open up a Run box. Next, type “msconfig” and hit Enter to open the System Configuration menu. Inside the System Configuration window, navigate to the Services tab and click the Disable all button. Then, hit Apply to save the changes.

What happens if I close OpenJDK platform binary?

This Open JDK platform binary is basically the platform that Minecraft runs on, it is consuming lots of RAM and CPU power because Minecraft is consuming it. If you uninstall it will not be able to play Minecraft.


1 Answers

In my case, Windows 10 Hotspot was the culprit, switched it off,, it worked and didn't duplicate

I tried many solutions, but surprisingly this worked,, and I really don't know why

some other people had similar openjdk memory issues some had it fixed by switching off airplane mode in emulator ! some had it fixed by switching off windows firewall and/or antivirus !! some restarted PC, some cleared cache and restarted the editor and removed .gradle folder,, and many many failed attempts

only turning hotspot off fixed it for me

like image 142
Rageh El Azzazy Avatar answered Nov 15 '22 05:11

Rageh El Azzazy