Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个使用 Android 的开发人员团队中工作。
我们每个人都通过 Android SDK Manager 手动更新我们的 SDK。
对我来说,这似乎有点矫枉过正。我们每个人都通过将更新下载到我们自己的本地计算机来更新 SDK。
有一个更好的方法吗?有人谈到在本地服务器上存储最新版本。
android update sdk --no-ui -s --filter platform,tool,platform-tool
每次启动机器时,您都可以执行这样的命令;该android命令还有其他几个选项,请随时运行android --help以查看所有可用选项。
android
android --help