What are the "Android SDK Tools", "Android SDK Platform Tools" and "Android SDK Build tools"?

What are the "Android SDK Tools", "Android SDK Platform Tools" and "Android SDK Build tools"? What is the difference between the two?

enter image description here

After updating other packages, the old version of this package will be deleted, but, as you can see, I have 4 versions of the Android SDK Build tools at the same time. Do you know, why?

+8
android android-sdk-tools android-build
source share
1 answer

This is the case if the project is tied to a specific version of the tools. You must save them all in order to restore them, for example.

0
source share

All Articles