Reputation: 231
I have installed the newer Android Studio on my new Asus computer, but when I try to run the emulator via the android virtual device manager and create a virtual device, I get an error every time like this:
Upvotes: 23
Views: 18833
Reputation: 520
I had a similar problem.
Make sure you are connected to the internet.
When you select a System Image, press enter (click or double-click didn't work for me). Wait for Android Studio to download missing components.
Now, if you select the System Image, the "next" button will be active. Click on "next" to continue creating your virtual device.
Please note that the download could take a very long time. You may wish to try using HTTP by unchecking use secure connection, like this:
File -> Settings -> Appearance and Behavior -> System Settings -> Updates -> then click on "Use Secure Connection"
Upvotes: 44
Reputation: 5767
Click the download arrow 🡇 next to the system image of your choice,
in my case, Tiramisu (API level 33).
This will start the download you want.
The system image is typically 1.4 GB, so expect the download to take several minutes.
When completed, the download arrow is gone, indicating that this
system image is "selected".
And the Next button is now clickable.
Upvotes: 20