Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by Goreank · Nov 06, 2017 at 12:32 PM · androidsdkandroid sdk

Android SDK only

Hi,

So i`m having a hard time finding a download for Android SDK only. I have seen a lot of people directing to Android Studio download page, to the bottom where you can download tools only but that is completely ussles since you don`t have SDK in the first place. I am getting to a conclusion that it is literally impossible to download SDK only.

Any help would by much appreciated.

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image pako · Nov 06, 2017 at 03:08 PM 0
Share

No, I don't think you can download the Android SD$$anonymous$$ only, any more. Not from an official source anyway.

However, even if you could, the good old SD$$anonymous$$ $$anonymous$$anager doesn't work any more, unless you hack some files here and there... So, you can't update the Android SD$$anonymous$$ if you don't have Android Studio.

This is what I know. If someone else, knows otherwise, please let me know too.

1 Reply

· Add your reply
  • Sort: 
avatar image
2
Best Answer

Answer by Bunny83 · Nov 08, 2017 at 02:03 PM

Actually you can still download the SDK tools from the download page. See this SO question.

Just scroll down on the download page to "Get just the command line tools".


edit
To actually install / update the different SDK packages you would need to use the commandline sdkmanager you find in the tools/bin/ subfolder. Like i said in the comment below my answer Google has removed the GUI SDK Manager. They integrated the UI into the Android Studio to "force" people to use the Android Studio. However it's still possible to install / update packages with the adkmanager commandline tool.


Prepare

If you are on windows 10 just navigate to your tools\bin\ folder in the explorer and open a CMD window in that folder. If you don't know what that means, have a look at this page.

You may want to increase the width of the screen buffer size so long lines do not wrap around. It's also a good idea to increase the height of the buffer. I have changed my default settings to 128 width and 2000 height.


Get the list of packages

When you enter sdkmanager --list you will get a compact overview of the available packages. Unfortunately the required "package path" is truncated in this view.


Instead you can use sdkmanager --list --verbose. This will output several lines for every package including the full package path.


This will give you an overview what packages are available


Install packages

To install a package you just have to copy the package path you get from the --list --verbose output and use:
sdkmanager path where "path" is the package path. You can use your mouse + right click to copy and paste things in the cmd window. Some packages require to accept the license before the installation starts. The license will be displayed and you have to enter "y" to accept.


update packages

To update all installed packages you just have to type:
sdkmanager --update


Accept remaining licenses

Some packages can be installed without accepting the licenses. To finally accept all licenses you have to type:

sdkmanager --licenses This will ask you to accept every license that hasn't been accepted yet.



To get a list of all possible parameters just type
sdkmanager --help

Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Goreank · Nov 08, 2017 at 02:24 PM 0
Share

Ye i get that, but i needed SD$$anonymous$$ not joust tools...

Can you use joust tools or what?

avatar image Bunny83 · Nov 08, 2017 at 02:40 PM 0
Share

Note that google is "playing microsoft" and has removed the GUI SD$$anonymous$$ $$anonymous$$anager that was usually shipped with the SD$$anonymous$$. Currently the SD$$anonymous$$ only contains command line tools to update and install the different SD$$anonymous$$ packages.


However there seems to be open source alternative GUI SD$$anonymous$$ managers out there

avatar image abi-kr01 Bunny83 · Nov 09, 2017 at 04:50 AM 0
Share

@banny83 Thanks for your information.I have removed the answer itself. since it was free to use and i was not doing any editing on it, was thinking it is fine to post it like that (which is wrong ). @$$anonymous$$eank no problem.Just wanted to help, i think i should read the agreement from next time. Ins$$anonymous$$d of doing next->next->next->agree->next------------------->finish.

avatar image pako · Nov 08, 2017 at 03:20 PM 0
Share

Good to know this, thanks!

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

155 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Error at Build step. Android. 0 Answers

Failed to update Android SDK Package List - Unity 2019.2.10f1 10 Answers

Unity can't detect SDK tools thougt I've installed them! 0 Answers

Android SDK is missing build-tools 2 Answers

I am having trouble building the project for android (i can't build) 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges