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
- Open a terminal
cd "~/Library/BlueStacks App Player/Uninstall/Clear BlueStacks User Data.app/Contents/MacOS"- Run
sh uHD-ClearUserData - Hit Delete in the confirmation popup
You're all set.
Top comments (0)