码迷,mamicode.com
首页 > 移动开发 > 详细

Linux 命令行更新android sdk

时间:2015-01-13 14:22:39      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:linux   android   sdk   

命令:
android update sdk --no-ui
查看哪些包可以更新命令是:
android list sdk
也可以只更新需要的包,只需要加上--filter,
android update sdk --filter <component> --no-ui
例如:
android update sdk -u --filter platform-tools,android-16,extra-android-support


参考资料:http://stackoverflow.com/questions/4681697/is-there-a-way-to-automate-the-android-sdk-installation/4682241#4682241

Linux 命令行更新android sdk

标签:linux   android   sdk   

原文地址:http://blog.csdn.net/hello0370/article/details/42675999

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!