我是Android新手。
我正在尝试从ARM EABI v7a System Image
为Android 4.0(API 14)安装Android SDK Manager
。
但我收到了以下错误。
Fetching URL: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Validate XML: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Parse XML: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Found Intel x86 Emulator Accelerator (HAXM), revision 3
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img.xml
Parse XML: https://dl-ssl.google.com/android/repository/sys-img.xml
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/mips/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/mips/sys-img.xml
Parse XML: https://dl-ssl.google.com/android/repository/sys-img/mips/sys-img.xml
Found MIPS System Image, Android API 15, revision 1
Found MIPS System Image, Android API 16, revision 4
Found MIPS System Image, Android API 17, revision 1
Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/x86/sys-img.xml
Validate XML: https://dl-ssl.google.com/android/repository/sys-img/x86/sys-img.xml
Parse XML: https://dl-ssl.google.com/android/repository/sys-img/x86/sys-img.xml
Found Intel x86 Atom System Image, Android API 10, revision 2
Found Intel x86 Atom System Image, Android API 15, revision 1
Found Intel x86 Atom System Image, Android API 16, revision 1
Found Intel x86 Atom System Image, Android API 17, revision 1
Done loading packages.
Preparing to install archives
Downloading ARM EABI v7a System Image, Android API 14, revision 2
Download interrupted: Unknown Host dl-ssl.google.com
Downloading Google USB Driver, revision 7
Download interrupted: Unknown Host dl-ssl.google.com
Done. Nothing was installed.
Preparing to install archives
Downloading ARM EABI v7a System Image, Android API 14, revision 2
Download interrupted: Unknown Host dl-ssl.google.com
Downloading Google USB Driver, revision 7
Download interrupted: Unknown Host dl-ssl.google.com
Done. Nothing was installed.
Preparing to install archives
Downloading ARM EABI v7a System Image, Android API 14, revision 2
Download interrupted: Unknown Host dl-ssl.google.com
Downloading Google USB Driver, revision 7
Download interrupted: Unknown Host dl-ssl.google.com
Done. Nothing was installed.
我如何安装?
如果没有这个问题,我会遇到与此问题中提出的问题相同的问题。
Unable to create Android Virtual Device
感谢。