Share via


How to update ADB binary?

Question

Thursday, August 6, 2020 2:35 PM

Sometimes I keep getting a warning that current ADB binary is obsolete and advise me to update.

How do I update ADB? I don't find it in Android SDK. Where else can I find it?

All replies (1)

Friday, August 7, 2020 6:54 AM âś…Answered

Do you mean something like the following?

If yes, you can try the following method: 1.click menu Tools ->Android -> Android Sdk Manager ,open Android SDKs and Tools dialog; 2.select the second tab Tools; 3.Unchecked all previously installed Android SDK Build-Tools , leaving only the most recent one; 4.Click Apply; 5.close the SDK Manager;

And there is a similar thead about this, you can check it here: https://stackoverflow.com/questions/54297062/xamarin-adb-binary-is-obsolete#:~:text=2%20Answers&text=Open%20the%20SDK%20manager%20in,error%20message%20should%20go%20away.