No suitable Android AVD system images are available. You may need to install these using SDK manager,

This error message indicates that the Android Virtual Device (AVD) system images required for the emulator to run are not available on your system. To fix this issue, you need to download and install the required system images using the SDK manager command.

Here are the steps to download and install the system images:

  • Open the Android SDK Manager by running the command sdkmanager in your terminal or command prompt.
  • Check if the system image for the desired Android version and target architecture is installed. If not, install it using the command:
'sdkmanager "system-images;android-27;google_apis_playstore;x86"'

Replace android-27 with the version of Android you want to use, and ‘google_apis_playstore’ with the target system image you want to download. ‘x86‘ is the target architecture, but you can choose a different one if needed.

  • Once the system image is installed, create a new AVD using the Android Virtual Device Manager in Android Studio or by running the command avdmanager in your terminal or command prompt.
  • Select the newly installed system image for the AVD and run the emulator.

That should resolve the issue and allow you to run the Android emulator with the required system images.

Refreces here-> Cleak here

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x