Questions tagged [avd-manager]
182 questions
1
vote
0 answers
Not able to launch the AVD in Mac OS Mojave
Recently was facing issue in launching the AVD in the Mac OS Mojave, every time was getting the below issue.
Emulator: emulator: ERROR: Unknown AVD name [Pixel_C_API_28], use -list-avds to see valid list.
Solution:
Google or Stack overflow was also…

Suman
- 4,221
- 7
- 44
- 64
1
vote
0 answers
Set font scale in Android emulator using adb
I'm trying to change the font size in Android emulator (Pixel) programatically with adb. The commands are executed successfully but I see no difference in the font size. What is missing?
Already tried with other numbers (2.0, 0.5 etc) as…

June
- 592
- 8
- 18
1
vote
1 answer
Bluetooth tests with React-Native
Im trying to use bluetooth (to connect a vibration sensor to the app) on a react-native application.
I tried using react-native-ble-plx but I have a problem: when I emulate an Android Device with AVD Manager from Android Studio, how is bluetooth…

Aurélien Tronc
- 49
- 6
1
vote
1 answer
How to access android avd devices internal storage
I have some data inside the android emulator. Is there any way to access android avd devices internal storage on PC

Savad
- 1,240
- 3
- 21
- 50
1
vote
1 answer
Android Emulator launches from Android Studio but not Command Line
I have an odd issue with my Android emulator. Trying to start the emulator from the Command Line results in
me@machine$ /path/to/android/sdk/tools/emulator @Emu_Name
PANIC: Missing emulator engine program for 'x86' CPU.
However, when I start the…

ellman121
- 1,815
- 3
- 16
- 24
1
vote
2 answers
Nativescript - how to create a new AVD emulator on MacOS
How can I create a new AVD emulator for Mac OS.
I don't have Android Studio installed - would prefer not to.
Docs talk about a program avdmanager -but I don't have it.
I think that gets installed with a certain Android sdk tools version - but I'm…

dashman
- 2,858
- 3
- 29
- 51
1
vote
1 answer
How to run Android Virtual Device Manager from the terminal
You might have already got my question from the title itself. To be more specific, I need to launch Android Virtual Device Manager without launching Android Studio. I know how to start an emulator using my terminal. but that's not I want. I need…

theapache64
- 10,926
- 9
- 65
- 108
1
vote
0 answers
can't avdmanager and other SDK tools with same java version
I have OracleJDK 8,9 and 10 installed on my arch linux laptop . When I try to run advmanager I get error like this wieh java 9 and hava 10 :-
% avdmanager list device :(
Exception in…

orayan
- 165
- 2
- 9
1
vote
1 answer
create AVD for android in Ubuntu
I am not able to create AVD with the following command.
$ANDROID_HOME/tools/bin/avdmanager create avd --name "test" -k
"system-images;android-25;google_apis;x86"
It throws the following error.
Error: Package path is not valid. Valid system image…

Dushyant Joshi
- 3,672
- 3
- 28
- 52
1
vote
0 answers
What should I specify as --tag parameter in Android SDK's avdmanager?
As GUI tools are gone in recent versions of Android SDK and I don't want to use their Android Studio IDE, I'm trying to create virtual device for emulator.
$ sdkmanager "system-images;android-25;google_apis;armeabi-v7a"
done
$ avdmanager create avd…

kolen
- 2,752
- 2
- 27
- 35
0
votes
1 answer
Unable to Use Android CLI 4.0 with Java 11: PATH Issue with Android Studio
I'm having trouble getting Android CLI 4.0 to work as expected on my system. When I run which avdmanager, it always points to /opt/homebrew/bin/avdmanager, even though I've explicitly set my PATH to include the correct cmdline-tools/4.0/bin…

Jesus Berrio
- 43
- 5
0
votes
0 answers
How to enable SD card for Android Automotive OS emulator?
When creating an AVD, I am unable to activate the SD card in the steps below.
Device manager -> Create Device -> Automotive(1024p landscape) -> Sv2 API 32 (system image) ->
Show Advanced Settings(Button) -> Memory and Storage -> Default value is No…

Robert Lee
- 23
- 4
0
votes
1 answer
"Android Emulator has terminated" I got this error in every time when I create a new virtual device in my Android Studio?
The error that I got every time from new android emulator that I created,
For your information :
Here is the flutter doctor,
I also add the android sdk path,
Is there anything I'm missing to add or to update? Please suggest me because I'm stucked…

Vishal D Rajpara
- 43
- 1
- 1
- 4
0
votes
0 answers
"Intel HAXM is required to run this AVD. No emulator installed. Please download the emulator", for arm image (api 23) in Android Studio 3.5
I try to test emulator in Android Studio 3.5
with Armeabi-v7a image, that seems to not require
virtualization (HAXM) but I get such warning, when running
simple android app code for Nexus 6 AVD:
"Intel HAXM is required to run this AVD.
No emulator…

art
- 59
- 1
- 7
0
votes
0 answers
I try to run an application in android studio with these parameters Nougat Android 7.1.1 armeabi-v7a, but the emulator is not generating an image
I need to run a mobile virtual machine with specific parameters like: Nougat Android 7.1.1 armeabi-v7a But whenever I run the emulator nothing is displayed on the screen.
When I saw the emulator log, I noticed several errors, among which the most…