DEV Community

Cover image for Uninstalling BlueStacks from Mac OS X, the Undocumented Way (2013)
Hamdi LAADHARI
Hamdi LAADHARI

Posted on

Uninstalling BlueStacks from Mac OS X, the Undocumented Way (2013)

Archival repost — originally published on my old blog on May 28, 2013. Already in English, lightly cleaned up for dev.to (I quoted the space-containing path, which the original left unquoted — it would have broken in a real shell). BlueStacks has changed a lot since 2013, and macOS's security model has too (notarization, System Integrity Protection), so these exact paths almost certainly won't match a current install. The instinct — dig into ~/Library for the app's own bundled uninstaller — is still the right one if a modern macOS app leaves debris behind.

For some reverse engineering needs, I installed a full-featured Android environment called BlueStacks. I decided to remove it after playing with it for a couple of hours. I searched the web and found no up-to-date way of getting rid of it — BlueStacks is a pretty intrusive app.

After digging deep into ~/Library, I found out how.

Here's how

  1. Open a terminal
  2. cd "~/Library/BlueStacks App Player/Uninstall/Clear BlueStacks User Data.app/Contents/MacOS"
  3. Run sh uHD-ClearUserData
  4. Hit Delete in the confirmation popup

You're all set.

Top comments (0)