Reputation: 77
I just downloaded the latest version of Android studio (android-studio-bundle-135.1629389.exe). Finished installing it and started the SDK manager.
Under Tools, I see Android SDK Build-tools 21.1.1 and 21.1.2 were installed. I want to uninstall 21.1.1.
How do I do that?
Thanks
Upvotes: 2
Views: 10810
Reputation: 245
You can just simply open SDK Manager and then in new window you will see all updates and tools which you installed or which ones you didn't. Just find there right one and select it and delete.
Upvotes: 0
Reputation: 1007554
Check the checkbox next to the item to uninstall, then click the "Delete 1 package..." button in the lower-right corner of your SDK Manager window:
That will bring up a confirmation dialog. If you proceed, the package will be deleted.
Upvotes: 4