Good day,I\'m a student and I\'m trying to create a virtual device in Android Studio, however my home internet is too slow to download a System Image, there is an internet c
On Windows 10:
x86
.android-sdk
folder. By default, it should be located at C:\Users\[YOUR USER NAME]\AppData\Local\Android\Sdk.system-images
. Create system-images
if it doesn't exist. Depending on the file you downloaded, create
subfolders within system-images
. E.g.:
system-images
->android-27
->google_apis
.google_apis
.Android Studio
and the system image should be selectable.Shout if you need any further assistance.