-1

Its almost 10th time that I am trying to install sdk component intel x86 atom_64 System image but it always fails and is giving the following error

this is the error it shows when I install it

Dale K
  • 25,246
  • 15
  • 42
  • 71

1 Answers1

0
  1. First can manually download the zip file from the official system Image repository

  2. Secondly extract the contents of zip folder into the SDK folder in your machine. Generally it is found here:

c:\users\<yourusername>\AppData\Local\Android\Sdk\system-images\android-<api#>\

In case it is not present, you can create a directory named google_apis inside c:\users\<yourusername>\AppData\Local\Android\Sdk\system-images\android-<api#>\

Once you do that, then open AS, AVD will automatically detect the image.

Abhishek Dutt
  • 1,308
  • 7
  • 14
  • 24