We have some CI hosts without X-Window installed, i know how to update SDK with android update command, but how can i update platform-tools with this command?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the following commands:
The first command lists the available packages that are still to be installed (indexed by number), as for example:
According to that list you can issue the second command to install the packages that you want to install.
The
--filteroption limits the update to the packages that you want to install. You specify those packages in a comma-separated format. Also, you can filter them by the index number provided in the listing resulting from the first command.