I'm trying to download android studio from here.
http://developer.android.com/sdk/index.html
there is two options here
SDK Tools Only
and
All Android Studio Packages
whats different between this two options?
I'm trying to download android studio from here.
http://developer.android.com/sdk/index.html
there is two options here
SDK Tools Only
and
All Android Studio Packages
whats different between this two options?
"All Android Studio Packages" include Android Studio and the SDK tools. "SDK Tools Only" is only the SDK tools. "SDK Tools Only" would be useful in scenarios like:
You are using an IDE other than Android Studio, or
You are setting up some server to build Android apps, such as a continuous integration server