I'm having problem trying to run Android emulator with API 24 on my Apple Silicon mac. This is the image I chose, but it gets stuck at the loading page (all black). I have tried the API 31 and 29, both work fine, but I am really trying to run 24 instead.
Try Android Studio Chipmunk (2021.2.1) Canary 3 I think your problem will be solved.
Related
I cannot see ARM 64 for Android 10 & 9 in the SDK Manager on MacBook M1. I have reinstalled AS (Arctic Fox), cleaned all previous data and it didn't help.
Do you know what to do in this case? I know that other people are able to create Android Emulator on M1 with API 30 and 29.
SDK
If anyone will be struggling with similar issue, the solution is to add manually proper Android System Image to the system-images/android-30/google_apis folder. You can download it and follow the steps like it is described here
As the title says, I have tried to create an Android 10 emulator, when trying to start the emulator nothing happens, only the phone appears on the screen but the device screen remains black, I do not get any error, I have waited but nothing ever happens. When I touch the close button I get "The emulator process for AVD Pixel_4_API_29 was killed"
I have tried deleting the image and downloading it again, installing the image on Pixel 1, 2, 3 and 4, run emulator with -writable-system, increase RAM, cold boot... unsuccessfully.
I have the rest of the emulators installed (from API 16 to API 30) working fine
The image I downloaded from Android Studio is located at "C:\Users\PCDELL\AppData\Local\Android\Sdk\system-images\android-29\google_apis_playstore\x86"
Upgrade
I tried with:
API 29 x86_64 (Google Play)
API 29 x86 (Google APIs)
API 29 x86_64 (Google APIs)
API 29 x86_64 (Android Open Source Project)
The result is the same
After many tests the only thing that worked for me was:
Uninstall Intel Hardware Accelerated Execution Manager (HAXM) version v7.7.0
Enter https://github.com/intel/haxm/releases and download HAXM v7.4.1
Install HAXM v7.4.1
I suppose that a not so old version could work but I went to the extremes and downloaded the oldest one from the link
*I have the latest version of Android Studio (4.2.2) and also the latest version of the emulator (30.7.5)
after multi tries i backed to version 30.7.4 and it worked fine
down it from this link
https://dl.google.com/android/repository/emulator-windows_x64-7453540.zip
and extract it in sdk folder after deleting old emulator folder
another workaround
create text file and insert this two lines in it
Vulkan = off
GLDirectMem = on
save it in .android path like
C:\Users\Sherif.android
don't forget to change the extension to .ini
If you are not forced to use specifically Pixel 4 with API 30, then what worked for me was going down to Pixel2 API 30.
I know this is not much help if you are looking for a specific device but ...
I have android packages for 4.4, 5 and 6 installed in my android sdk. When i reduce the API level from 23 to 19(android 4.4). i get the following error:
------Rendering problems----
The graphics preview in the layout editor may not be accurate
-porterDuff Color filters are not supported
please how can solve this
I have been able to solve this by clicking the refresh button close to the mobile phone image. If this doesn't work, then consider reinstalling android studio.
I am an android beginner, I have developed one app, it was working kitkat version, but it's not supported in lollipop version (nexus 5). When I run the app in nexus 5 the app get force stop. This problem arrives development side or lollipop side Any one can help me
For your reference I have used android version as below
Min sdk is 14
Taget Sdk is 21
It may be because of some libraries you have used.I got the same issue when I was having simonvtmenudrawer in my app which was not supported in lolipop.I replaced the same and it is now working fine.
I have installed Android API version 21 (lollipop), since i have been trying to set up an AVD . There is no "new" button,instead there is a "Create" option . then no matter what configuration i set , AVD manager fails to create the emulator.I have checked for updates.No issue with OK button . I tried a lot of things ... Any clue ??
Android 5.0 Lollipop has not been released by far. But it will be at 12th Nov at America time zone. So, the IDE downloaded from Android Developer site is the preview version. And, I tried it as you, but, I realized it was incomplete. And some features were unavailable. So, I have been waiting for the release version, Android 5.0 Lollipop and its IDE bundled with ADT and Eclipse. Hopefully, this will help.