Andy
Andy

Reputation: 77

How to uninstall old version of android sdk build tools?

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

Answers (2)

Mehdiyev
Mehdiyev

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

CommonsWare
CommonsWare

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:

SDK Manager

That will bring up a confirmation dialog. If you proceed, the package will be deleted.

Upvotes: 4

Related Questions