Cpu/abi shows the solution for the no system images installed for this target
Download image manually
http://www.androiddevtools.cn/
SDK System Images
This is the system image that is required when creating the emulator, that is, when the emulator is created, the CPU/ABI
item needs to be selected, downloaded and decompressed, the entire extracted folder can be copied or moved to a your sdk 路径/system-images
folder, if there is no system-images
directory, create this folder first, and then open the SDK Manager, open the Tools(工具)
menu selection Options(选项)
menu item to open the Android SDK Manager Setting dialog box, click Clear Cache(清除缓存)
the button, then restart Eclipse (or Android Studio) and SDK Manager.
System version Number |
Windows |
Mac OSX |
Linux |
Android 5.0 |
Download |
Download |
Download |
Android L |
Download |
Download |
Download |
Android 4.4W |
Download |
Download |
Download |
Android 4.4.2 |
Download |
Download |
Download |
Android 4.3 |
Download |
Download |
Download |
Android 4.2.2 |
Download |
Download |
Download |
Android 4.1.2 |
Download |
Download |
Download |
Android 4.0.3 |
Download |
Download |
Download |
Android 4.0 |
Download |
Download |
Download |
The following method is not successful or requires FQ
Http://www.shoutmon.com/how-to-solve-cpuabi-no-system-images-installed-for-this-target.html
The Cpu/abi option shows that no system images installed for this target is caused by the following three things not installed in Android SDK Manager:
Of course, in Android 4.2 and above, the MIPS System image is gone.
We need to install these things in the Android SDK manager, but Google services can't be accessed directly on the mainland, so there's basically this error:
"Download Interrupted:connection to Https://dl-ssl.google.com refused"
At this point, you need to select options under the Tools menu in the Android SDK manager and tick the "force https://..." option. This is because HTTPS is blocked directly on the mainland because it cannot be verified, but HTTP is easy to release. Anyway, just hook it up.
Next, if you have a VPN account, directly connected to the VPN can be used.
If you do not have a VPN account, you can still use the method of modifying the Hosts file:
Under WIN7 Open the Hosts file under C:\Windows\System32\drivers\etc, directly/etc/hosts on your Mac, and then add two lines at the bottom:
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
Save, reopen the Android SDK Manager, and you will find the network unblocked.
Select New in the select New or updates, and then click Install XX Packages, in the pop-up window each big class select "Accept License" (of course you can also each individual point "accept"), Just install it again.
<
Write a blog test offline with Windows Live Writer
If you want to upgrade and install the Android SDK, you will visit dl-ssl.google.com. For websites that use SSL, the national firewall is not very friendly. Generally need agents, or change the Hosts file.
Here is the way to change the hosts file.
First we need to get the IP address corresponding to the dl-ssl.google.com domain name. Here's a tool http://ping.chinaz.com/. It can help us ping the domain name server.
Find out dl-ssl.google.com IP address is good to run. The rest of the C:\Windows\System32\drivers\etc\hosts add IP mappings directly to the. For example, choose a response that is faster
173.194.203.190 dl-ssl.google.com
64.233.167.93 dl-ssl.google.com
173.194.78.93 dl-ssl.google.com
Added to the Hosts file.
Cpu/abi shows the solution for the no system images installed for this target