Android Emulator is not running on Android Studio 3.0

时光怂恿深爱的人放手 提交于 2019-12-04 06:02:59

There are certain multiple reasons for this issue, nevertheless you can give a try. Check if you have Android Emulator installed on your machine.

Simple I did following steps and achieve task in MAC Machine, You can do in windows machine too

1) Go to Android Studio > SDK Manager
2) Select SDK Tools Tab
3) Select SHOW PACKAGE DETAILS Check box at bottom
4) Search for ANDROID EMULATOR Then
i) If already selected then unchecked and press Apply button
ii) If already not selected then checked and press Apply button
iii) Done Above (i) then select once for install the Android Emulator.

That's It!

Android Studio AVD Manager will allow you to create an AVD, however your log error message and SDK Manager screenshot indicate you do not actually have the Android Emulator installed.

To develop with Instant Apps on the emulator, you need two things:

  1. Android Emulator v26.1+ (you may need to change your Android Studio update channel to canary)

  2. Use the Android O - "Google Play Intel x86 Atom System Image" for your AVD. Android O has a a couple built-in platform features for Instant Apps that you will want to test. You need the Google Play store version, because the Instant Apps are distributed via Google Play Services and the Google Play store. For additional validation there is a Google Play enable system image for Android Nougat (API 24).

Install Android Auto Desktop Head Unit emulator . and then restart the emulator from avd manager

Its worked for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!