Questions tagged [avd-manager]
182 questions
0
votes
1 answer
How to test microphone functions with Virtual Devices in Android Studio
I am writing an Android App which needs to use the devices microphone.
To test my app, I installed various virtual devices using the AVD Manager of Android Studio.
However, I realise that for none of the virtual devices that I installed, the…

PeterT
- 63
- 1
- 6
0
votes
0 answers
How to access Android Emulator SD card Files on PC Window 10?
using the Andriod emulator I have downloaded some files from the Internet on Google Chrome Browser. but I don't know where it's located on my PC, Kindly help me with that, here are the details of the emulator
Name: Nexus_5_API_28
CPU/ABI: Google…
0
votes
1 answer
I am not able to select an AVD device in Android Studio
For some reason, I am unable to select a virtual device in Android studio. When I hover over the drop down menu to select a device, it says that this device is "not applicable" for the project that I am trying to run, but I have emmulated the…

reddsam
- 1
- 1
0
votes
0 answers
Problem loading ANDROID_SDK_ROOT to launch AVD emulator on AndroidStudio
I recently wanted to try React Native to code applications. This requires many installations which worked fine, except for AndroidStudio.
I use a Windows 10 PC, with hybrid hard drive.
I had to download AndroidStudio files on the second drive (D:)…
0
votes
2 answers
NativeScript refuses to detect my avdmanager emulator
Trying to create a NativeScript app, but having started up my emulator, tns device android --available-devices won't detect it:
My Android SDK is installed at /usr/local/android/sdk, and I've made sure to delete every other installation of it that…

WubbaLubbaDubbDubb
- 131
- 2
- 17
0
votes
1 answer
Android Studio (AS) and Emulator are working fine, but AS is not recognizing the emulator
I am newbie here and new to the flutter and Android studio as well. I am trying to run sample Flutter App on my virtual device but its not running.
My system Info- Intel core I3 processor, X64 bit operating system, Windows 10 Operating system and 10…

Newbie Dev
- 3
- 4
0
votes
1 answer
Android Studio - unable to open emulator, finished with exit code -1073741819
I'm new to mobile development. Just installed Android Studio v3.5.3 and trying to setup the emulator.
On opening the AVD manager, it listed one device - AVD GalaxyNexus ToolsForApacheCordova, that I downloaded.
After it was downloaded, there was a…

sukesh
- 2,379
- 12
- 56
- 111
0
votes
0 answers
Emulator: emulator: ERROR: can't find the emulator executable.Emulator: Process finished with exit code -1
LogCat Error:Message I was working on android studio, and my AVD stopped responding so I closed it forcefully through task manager. But then everytime I run the AVD it give a message that its already running or opened in a file or folder.Then, I…
0
votes
1 answer
Android studio AVD Manager emulator failed to download in windows 10 it happen so many time
I'm trying to install new AVD Manager using Android Studio's but it fails because of my internet problems and it re-starts downloading from the start.
Any help would be greatly appreciated

Tushar Nikam
- 1,445
- 1
- 14
- 21
0
votes
0 answers
Top of the Screen gets too big on small screens in AVD Manager
The top of the screen becomes way too big when I use small screens in the AVD Manager. In bigger screens it is normal. (It is the small line above the Toolbar)
For the layout in activity-main and content-main I used "match-parent"
Do you have an…

rumpelstilzchen
- 1
- 1
0
votes
1 answer
Unable to start emulator from command line
I am trying to run the below shell script:
#!/usr/bin/env bash
sdkmanager "emulator" "system-images;android-28;google_apis_playstore;x86_64"
echo no | avdmanager create avd -n "Android" -k "system-images;android-28;google_apis_playstore;x86_64"…

Electroenthusiast
- 99
- 1
- 9
0
votes
1 answer
Android Development for Dummies
My book (Android Development for Dummies)is asking me to set Target in Create New AVD Section to 4.1 but eclipse doesn’t have an option lower than 6.1? Do I have to uninstall eclipse and install a different version?
0
votes
1 answer
Creation AVD device from Java code. Library or other solution
I try to make auto-tests with some new AVDs on Java. In my case i must create AVD for every APK run, and delete AVD after it. And i can not find a solution or library for it.
Only cli call "avdmanager create....". But this is discomfort decision…

Anton K.
- 31
- 6
0
votes
0 answers
How can change virtual phone in AVD in Android studio
I use AVD in Android Studio and use virtual phone for project.But when i create a virtual phone it have a lot of Gap space around itself , how can i remove this space?
I use Android studio 2.3.
I want something like right phone with more button in…

melina
- 195
- 1
- 8
0
votes
1 answer
Emulator Android 15 - black screen
I can't get Emulators with Android 15 API working
It just shows black screen. There is no any serious errors in the console, only about audio
I tried x86 and arm
Android 16 - 28 API works fine
Android Studio 3.4.1
Build #AI-183.6156.11.34.5522156,…

user924
- 8,146
- 7
- 57
- 139