Android Emulator is not running on Android Studio 3.0

29,469

Solution 1

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

https://i.stack.imgur.com/T0Z0i.png

Solution 2

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!

Solution 3

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) Android Emulator

  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). Google Play emulator system image

Solution 4

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

Its worked for me.

Share:
29,469
N Sharma
Author by

N Sharma

I have done masters in Advanced Software Engineering. I have worked on various technologies like Java, Android, Design patterns. My research area during my masters is revolving around the Recommendation algorithms that E-commerce websites are using in order to recommend the products to their customers on the basis of their preferences.

Updated on July 05, 2022

Comments

  • N Sharma
    N Sharma almost 2 years

    I am trying to create a demo instant app which was demonstrated at Google IO 2017. I see, this needs Android Studio 3.0 and latest build tools and only few devices are white-listed to use this newly introduced concept.

    Here, you can see that I have created an avd machine named Nexus 5X, I captured details of created machine, here you can see:

    Name: Nexus_5X_API_25
    CPU/ABI: Google APIs Intel Atom (x86)
    Path: C:\Users\williams\.android\avd\Nexus_5X_API_25.avd
    Target: google_apis [Google APIs] (API level 25)
    Skin: nexus_5x
    SD Card: C:\Users\williams\.android\avd\Nexus_5X_API_25.avd\sdcard.img
    hw.dPad: no
    runtime.network.speed: full
    hw.accelerometer: yes
    hw.device.name: Nexus 5X
    vm.heapSize: 256
    skin.dynamic: yes
    hw.device.manufacturer: Google
    hw.gps: yes
    hw.initialOrientation: Portrait
    image.androidVersion.api: 25
    hw.audioInput: yes
    image.sysdir.1: system-images\android-25\google_apis\x86\
    tag.id: google_apis
    showDeviceFrame: yes
    hw.camera.back: emulated
    hw.mainKeys: no
    AvdId: Nexus_5X_API_25
    hw.camera.front: emulated
    hw.lcd.density: 420
    avd.ini.displayname: Nexus 5X API 25
    hw.gpu.mode: guest
    hw.device.hash2: MD5:1be89bc42ec9644d4b77968b23474980
    hw.ramSize: 1536
    hw.trackBall: no
    PlayStore.enabled: false
    hw.battery: yes
    hw.cpu.ncore: 2
    hw.sdCard: yes
    tag.display: Google APIs
    runtime.network.latency: none
    hw.keyboard: yes
    hw.sensors.proximity: yes
    disk.dataPartition.size: 800M
    hw.sensors.orientation: yes
    avd.ini.encoding: UTF-8
    hw.gpu.enabled: yes
    

    Here is SDK tools snapshot:

    enter image description here

    Well, I am facing some challenges when I am running this emulator. It does not do anything when I click on run button of this emulator.

    Here are the error logs:

    Emulator: Could not launch 'C:\Users\williams\AppData\Local\Android\Sdk\emulator/qemu/windows-x86_64/qemu-system-i386.exe': No such file or directory
    
    Emulator: [12360]:ERROR:./android/qt/qt_setup.cpp:28:Qt library not found at C:\Users\williams\AppData\Local\Android\Sdk\emulator\lib64\qt\lib
    
    Emulator: Process finished with exit code 2
    

    Can anyone suggest what is wrong with this configuration ? BTW I have checked these Emulator in Android Studio doesn't start but no luck.

    • Sreehari
      Sreehari about 7 years
      May be you should try this genymotion.com
    • N Sharma
      N Sharma about 7 years
      @Stallion Those devices are not white listed for Instant apps. I tried before creating avd machine. I was getting a warning message "Device is not whitelisted to run instant apps" kinda
    • OneCricketeer
      OneCricketeer about 7 years
      Android Emulator... Not installed... Hmm I wonder if that could be the problem
    • Syed Zain Ali
      Syed Zain Ali almost 7 years
      Android Emulator 25.3.1 this works for me
  • Titan
    Titan over 6 years
    Where do you find the AVD manager? It's not in tools drop down: d3vv6lp55qjaqc.cloudfront.net/items/3G3b0r2d0G253R1t3h2Q/…
  • DJ Gruby
    DJ Gruby over 6 years
    Where can I find this window that you presented here?
  • Ajay S
    Ajay S over 6 years
    @DJGruby Android Studio > SDK Manager
  • Jamal Eason
    Jamal Eason over 6 years
    To find the AVD Manager, check out the top of this site: developer.android.com/studio/run/managing-avds.html
  • tofutim
    tofutim about 6 years
    this is mysterious, but i'll try it
  • Abrar
    Abrar over 5 years
    The "Android Emulator" is checked but still starting the emulator throws same error