解决方案 »

  1.   

    用SDK Manager 更新就可以解决了。
    更新方法:
    在tools- >options中清除缓存 并且选中 Force https://..sources to be fetched using http://...;
    更改host文件,在host文件中加入如下信息(win7或者win8修改host文件需要权限,可以将host文件拷贝出来修改后再替换):
    74.125.113.121 developer.android.com 
    203.208.46.146 dl.google.com 
    203.208.46.146 dl-ssl.google.com
    更新完后重新打开SDK Manager,这是应该就可以下载了
      

  2.   


    Uncompress the  "addon_Intel_sysimg_2.3.7_api-10.zip"  file to the <sdk>/add-ons/ folder of your Android SDK installation location, as shown below:参考:
    Android* - Alternate Method: Installing the Intel® Atom™ x86 System Image for Android* Emulator Manually | Intel® Developer Zone
    https://software.intel.com/en-us/android/articles/alternate-method-installing-the-intel-atom-android-x86-emulator-image-manually
      

  3.   


    参考:Android* - Alternate Method: Installing the Intel® Atom™ x86 System Image for Android* Emulator Manually | Intel® Developer Zone
    https://software.intel.com/en-us/android/articles/alternate-method-installing-the-intel-atom-android-x86-emulator-image-manually
      

  4.   

    安装到~/android-sdk/system-images/android-xx/下,其中的android-xx,xx为api版本号,如android-19
      

  5.   

    安装到~/android-sdk/system-images/android-xx/下,其中的android-xx,xx为api版本号,如android-19Thanks