Questions tagged [avd-manager]
182 questions
1
vote
1 answer
Received the error "The emulator process for AVD Pixel_3_API_30 was killed" on trying to run a newly created virtual device inside Android Studio
Just installed Android Studio. Verified all the files are updated. Tried to add
Received the error "The emulator process for AVD Pixel_3_API_30 was killed" on trying to run a newly created virtual device inside Android Studio
Attempts…

Vysakh Suresh
- 11
- 3
1
vote
0 answers
Android Studio Emulator is Running but not Showing/Working in my Mac
From avd manager, the run button says the emulator is running. but it's not visible and the app also not running/installing.
My device is MacBook with bigsur, I'm using the latest stable version of android studio, I'm also using adb wifi plugin but…

Shrawan Thakur
- 829
- 7
- 8
1
vote
1 answer
Android Emulator causing Blue Screen
Whenever I am trying to run the Android Emulator (any Nougat, Oreo, or Kitkat) laptop throws a blue screen saying STOP CODE IRQL NOT LESS OR EQUAL.
My laptop will restart in 20 minutes or so and I can do everything else on my laptop and even run the…

Darshaan Aghicha
- 91
- 1
- 8
1
vote
0 answers
How to force Android Virtual Device to forget database version of my application
I have an application with prefilled database (I use Room, Kotlin). Database class:
@Database(
entities = [FurnitureModel::class, ImageModel::class],
version = Database.VERSION,
exportSchema = true
)
abstract class Database :…

Алексей Пермяков
- 21
- 3
1
vote
1 answer
AVD Manager: unable to locate adb in android studio
I'm just starting out my react track and thought of a little react-native app. Well, I installed Android Studio, the SDK and all that I needed according to https://reactnative.dev/docs/environment-setup, using the react-native CLI tab. But when I…

asaio
- 310
- 2
- 10
1
vote
0 answers
React native running issue
I am stuck with to run my app. When i run yarn android i get below error:
What i tried is:
Cold boot from AVD manager
cd app and ./gradlew clean
cd app and ./gradlew cleanBuildCache
uninstall node_modules then reinstall it again
Is there any…

batgerel.e
- 837
- 1
- 10
- 31
1
vote
0 answers
Android, how to create an avd for arm64-v8a based on api 29
I need to build my Android app for arm64-v8a devices using api 29. I see there isn't a "Google apis arm64 v8a System Image" for based on api 29.
Which is the right way to build an app for arm64-v8a devices version based on api 29?

Denis Gottardello
- 84
- 1
- 6
1
vote
0 answers
Why is the "Stop" emulator option on my AVD Manager greyed out?
I'm a newbie in Android programming and haven't been using Android Studio for long, so I want to know if it's a bug, a "feature" (or lack thereof) or is it just my Android Studio being weird?
I should point out that I did move my Android SDK…

Lukman Hakim
- 11
- 4
1
vote
0 answers
AVD manager is showing my AVD 'Size On Disk' as 0.0MB
I am using Android Studio 4.0 in Ubuntu 16.04. I have downloaded the android 7.1.1(No google API) x86_64 version and it runs OK, but somehow my AVD manager shows the AVD's 'Size On Disk' as 0.0MB and also when I delete the AVD, it shows "An error…

Robxcalib3r
- 21
- 5
1
vote
0 answers
Android Studio unable to find adb & can only use skd gphone x86 as AVD
I am unable to launch any AVD other than “sdk gphonex86 arm (mobile)” and when I hover over the AVD I would like to use, it appears as such:
Not applicable for the main.dart configuration
Flutter Doctor does not appear to note any relevant…

WorkInProgress
- 125
- 1
- 2
- 7
1
vote
2 answers
Android Studio AVD Manager - setting environmental variable doesn't work
Goal:
manage Android Virtual Devices (avd) using the (graphical) AVD manager shipped with Android Studio, but using a different storage folder.
Default folder: /home/user1/.android/avd/
Wanted folder: /mnt/data/some/more/path/.android/avd
According…

th1j5
- 31
- 5
1
vote
1 answer
Debian 10 - Run android emulator with AVD Manager
My dockerfile is here:
FROM openjdk:8
RUN apt-get update && \
apt-get install -y wget unzip && \
rm -rf /var/lib/apt/lists/*
ENV ANDROID_HOME /android-sdk-linux
ENV…

us2956
- 476
- 12
- 27
1
vote
1 answer
How can I create a custom Android Device Profile for AVD manager?
Let's say I have a device other than Google's Pixel devices, so how can I create a custom hardware profile for my device.
For example, if I have a Nokia Android phone how can I create a custom hardware profile for that one.
I'm currently a beginner…

iGhostYou
- 23
- 4
1
vote
1 answer
how to fix small android emulator on 4k screen
I I'm using 4k resulotion and I have created an emulator in avd manager but when I start emulator it shows like this picture:
How can I fix this issue and get the real size of emulator on my 4k screen.

Amir
- 13
- 4
1
vote
2 answers
No emulator images (avds) found. while running cordova applicaction
While running my cordova application through command promt I'm getting the following error:
No emulator images (avds) found.
1. Download desired System Image by running: "D:\Software\sdk\tools\android.bat"sdk
2. Create an AVD by running:…

MurugananthamS
- 2,395
- 4
- 20
- 49