Questions tagged [avd-manager]

182 questions
47
votes
4 answers

Emulator appearing offline on M1 Mac after the last update of arm64-v8a

Yesterday the emulator was working perfectly. The system image was arm64-v8a. I don't exactly remember the Release name of the working system image but, yesterday there was an update for the ARM 64 system image which I accepted and the release name…
alex
  • 581
  • 1
  • 4
  • 7
23
votes
9 answers

Android Emulator "Allow USB Debugging" dialog close right after showing

I'm trying to debug with Android R in Pixel emulated devices w/ PlayServices but the "Allow USB Debugging" dialog instantly close right after showing, so I can't click in "Allow" to AS connect to the AVD. I went to Developer options in Android to…
20
votes
1 answer

PANIC: Avd's CPU Architecture 'arm64' is not supported by the QEMU2 emulator on x86_64 host

When I try to run on windows this command : emulator.exe -avd android13 Where android13 is an arm64 avd I receive the error : INFO | Android emulator version 31.3.13.0 (build_id 9189900) (CL:N/A) emulator: INFO: Found systemPath…
20
votes
3 answers

Which Android Virtual Device should be used to launch arm64-v8a APK on Windows?

I have a common APK app that utilizes 'arm64-v8a' 'armeabi-v7a' ABIs. How should I tune an Android Virtual Device to be able to launch this app? I tried different combinations but it still does not work. A bit of details Environment Windows 10, CPU…
Volodymyr Nabok
  • 415
  • 1
  • 4
  • 11
18
votes
3 answers

Android Studio can't find runner

I cloned a project from git and built it in android studio without any problems but I don't have (Run app) in android studio and also when I run run-android I get this error: Failed to launch emulator. Reason: No emulators found as an output of…
mahtab
  • 306
  • 1
  • 2
  • 7
16
votes
3 answers

How Can I Get Google Play to Work on Android Emulator in Android Studio Bumblebee +

This issue has been fixed by Google in the newer AS/Emulator NOTE: Only some API's is available with Playstore, if the one you chose is not available at the creation time, follow this guide The AVD GUI does NOT allow the selection of Play Images for…
CryptoCode
  • 945
  • 6
  • 19
13
votes
2 answers

AVD manager in Intellij is disabled

I am logging this issue and solution (below) as, for the second time, I find myself wasting hours on it.
andyw
  • 3,505
  • 2
  • 30
  • 44
13
votes
8 answers

No System image available when adding AVD in Android studio

Just installed Android Studio and was trying to add an AVD. When I reached the "Select a system image" there were some to choose from, and I picked one and it started installing. However, the installation failed because my harddrive ran out of…
11
votes
2 answers

android sdk instance could not be loaded. please check your internet connection

Android Emulator in Visual studio can not be loaded without internet connection. Any solution will be appreciated so i can use emulator in visual studio offline.
8
votes
6 answers

Device manager does not work (open) after updating Android Studio to 2021.1.1

Android studio's device manager AVD manager works fine in old versions, but in 2021.1.1 version does not open! Windows 10 and 11 tested last version flutter Intel Sdk manager everything updated could anyone help?
ArShia Js
  • 81
  • 1
  • 5
8
votes
4 answers

An error occurred while creating the AVD. See idea.log for details. ubuntu 16.04

I followed the the link below, to create a android virtual device(AVD). https://developer.android.com/studio/run/managing-avds.html As soon as I click on finish button, it gives me the following error: An error occurred while creating the AVD. See…
7
votes
4 answers

deployment.AsyncDevicesGetter - adb not found

I installed Android Studio 4.0. Added Flutter plugin. Installed Flutter already. Flutter doctor also showed everything is running well. > C:\Users\Alvin>flutter doctor > Doctor summary (to see all details, run flutter doctor -v): > [√] Flutter…
Alvin Sanusi
  • 229
  • 3
  • 10
7
votes
2 answers

While launching AVD in emulator showing this "Unable to locate adb"

It was working before but after 4.0 update it's not working. Errors are 08:55 AM Emulator: C:\Users\Asus\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe: error while loading state for instance 0x0 of device…
7
votes
3 answers

Please ensure the file "kernel-ranchu" is in the same location as your system image

I am trying to run an android emulator on Linux mint. When I try to run the avd , on the emulator, I get the following error. emulator: ERROR: This AVD's configuration is missing a kernel file! Please ensure the file "kernel-ranchu" is in the same…
7
votes
3 answers

How to open AVD Manager GUI without opening Android Studio?

As I'm not developing my app with Android Studio, but I'm still using the Android emulator. What's a nice way for me start up my emulator without doing this? Open Android Studio Open some project Click the AVD Manager button I'm not looking for a…
Jeggy
  • 1,474
  • 1
  • 19
  • 35
1
2 3
12 13