SDK里应该下载哪些内容

每次打开SDK Manager的时候,都不知道哪些需要更新,一直懒得去查,今天就把它搞定了,不想继续迷糊下去了!!希望大家以后也别学我,有疑问马上解决,才能不断进步!! >_<

在官方指导中,在SDK Manager中需要安装以下内容:

  • Tools 目录下选择:
    • Android SDK Tools
    • Android SDK Platform-tools
    • Android SDK Build-tools (最高版本)
  • Android X.X 文件夹选择:
    • SDK Platform(至少下载 compile sdkVersion 对应的版本)
    • ARM EABI v7a System Image(非必须,模拟器需要)
    • Sources for Android SDK(非必须,本人添加,一个好的程序员得多看看源码)
  • Extras目录下:
    • Android Support Repository
    • Android Support Library(最新貌似被合并到 Android Support Repository 里了)
  • 是否需要用到Google APIs,需要则下载Google Play服务包:
    • Google Repository
    • Google Play services

注:官方原话如下图
链接:http://developer.android.com/sdk/installing/adding-packages.html

SDK里应该下载哪些内容_第1张图片

SDK里应该下载哪些内容_第2张图片
SDK里应该下载哪些内容_第3张图片
  • 最后应回复,贴个我自己的 SDK Manager 的图片
SDKtools.png
SDK Platform.png
Support Repository.png

你可能感兴趣的:(SDK里应该下载哪些内容)