Questions tagged [avd-manager]

182 questions
4
votes
1 answer

Where to find System Image to create a Virtual Device in Android Studio

I want to test my application in Xiomi RedMi Note 4. For that, I want to create a virtual device in my Android Studio. I know how to create a virtual device in AVD manager. Apparently, AVD manager gives us two option when we want to create a new…
4
votes
0 answers

AVD Error in Android Studio

I was using android studio happily, after replacing HDD to SSD and installing latest version of android studio, suddenly i couldn't use virtual devices. I can create any device with any api i want (x86 or x86_64) but after i run my application in it…
3
votes
2 answers

Android emulator power off button does not work when using avd with system image > android 30

I am using avdmanager to create an avd to run with the latest android emulator on Ubuntu 21.10. I am using Android emulator version 31.2.8. When I create and avd with system image 28... avdmanager create avd -n pixel_5 -k…
3
votes
0 answers

Android Studio Emulator has terminated Error

I know this question was already asked sometimes, but the solutions didn't help me... The emulator worked perfectly some hours ago, but then following message came up when i tried to start the it: Setting of the current AVD: What I have tried…
3
votes
1 answer

Android studio 4.2 doesn't find emulators, devices or AVD Manager

I just updated Android Studio from 4.1.3 to 4.2. Now, it doesn't find any emulator or even my cell phone. It shows a message "Loading devices". Also, when I click on AVD Manager, it doesn't open. It shows me this…
3
votes
3 answers

Devices list from avdmanager is different from Android Studio's

I would like to create a Pixel 4 XL avd for example from the avdmanager command line but it is not part of the list of available devices contrary to Android Studio where I can choose more models. The command to see the available devices for creating…
F Perroch
  • 1,988
  • 2
  • 11
  • 23
3
votes
1 answer

chattr error when create a new avd with cli avdmanager on ubuntu

When I run the command to create a new avd (avdmanager --verbose create avd -n test -k "system-images;android-29;google_apis;x86"), I have this error, only with the verbose flag: Warning: Failed 'chattr' for…
rdhox
  • 88
  • 9
3
votes
1 answer

Failed to find package emulator Android studio

I was trying to install Android studio on Linux. But getting this error while creating AVD and install SDK build tools. Whenever I try to do any of the two it gives errors: Failed to find package emulator (while creating AVD) or dependent package…
3
votes
2 answers

avdmanager hangs on "Loading local repository..." Linux

Repro: Headless Ubuntu 18.04 LTS VM (kvm note enabled) sudo apt-get update sudo apt-get install -y wget openjdk-8-jre-headless libc6-i386 lib32stdc++6 python3-pip nginx unzip sudo wget…
Anton Toshik
  • 2,621
  • 2
  • 19
  • 42
3
votes
2 answers

Cordova fails to find ANDROID_HOME environment variable

I looked all over Google and Stack Overflow for an answer, but I couldn't find the right one for me. I am learning Cordova and I'm trying to run the android emulator through terminal, and when I run 'sudo cordova emulate android' I get this message:…
3
votes
1 answer

ERROR: Failed to parse properties from config.ini; AVD ERROR

I've problem while loading emulator in android studio 3.1. When I click run emulator it says Error: Failed to parse properties from C:\Users\John\.android\avd\3.7_WVGA_Nexus_One_API_22.avd\config.ini When I went to the…
3
votes
1 answer

How to create an AVD for "system-images;android-27;google_apis;x86" using avdmanager command line in Ubuntu?

I am able to create emulators for android-26 and older using the avdmanager command line, but I am getting the following error when trying to create for android-27 and above: ~/Android/sdk/tools/bin/avdmanager create avd --force -n Tablet -k…
3
votes
2 answers

Error: AVD not created

bruno@ubuntu:/opt/android/android-sdk-linux$ sdkmanager --list Installed packages:=====================] 100% Computing updates... Path | Version | Description | Location …
Bruno Rozendo
  • 317
  • 5
  • 17
3
votes
0 answers

How to move an Android emulator to another device?

This question has been asked before, but none of the answers actually works. Seems like a lot of things has changed with emulators. Here are two related questions: Android Emulator: How to Copy an Emulator / AVD? Android - How to copy the emulator…
Cijo
  • 2,726
  • 1
  • 14
  • 24
3
votes
1 answer

adb crashes constantly on AVD

My adb crashes constantly (every second) whenever i start avd from andorid studio. I have tried all posts here in stackOverflow, with no luck :( Here is the log from windows event viewer so far: Information: Fault bucket 108798948236, type 1 Event…
jake oliver
  • 118
  • 1
  • 6
1 2
3
12 13