Status Update
Comments
co...@gmail.com <co...@gmail.com> #2
je...@gmail.com <je...@gmail.com> #3
As a workaround, I was able to successfully downgrade android emulator to 28.
See:
I downloaded 28.0.25.0 (build_id 5395263) from here:
I deleted everything EXCEPT package.xml from
$HOME/Library/Android/sdk/emulator/
and replaced them with the contents of the extracted zip file.
Finally, make sure your AVD system image is NOT running api 30.
sdkmanager "system-images;android-27;google_apis_playstore;x86"
System images higher than api 29 are using a kernel format that the older emulator cannot understand.
Here's a workaround script you can try:
cd ~
mkdir emulator_downgrade
cd emulator_downgrade
wget https://dl.google.com/android/repository/emulator-darwin-5395263.zip
unzip emulator-darwin-5395263.zip
mv ~/Library/Android/sdk/emulator ~/Library/Android/sdk/previous-emulator
mv emulator ~/Library/Android/sdk/emulator
cp ~/Library/Android/sdk/previous-emulator/package.xml
~/Library/Android/sdk/emulator/package.xml
cd ~
~/Library/Android/sdk/emulator/emulator -version
~/Library/Android/sdk/emulator/emulator -list-avds
co...@gmail.com <co...@gmail.com> #4
pe...@gmail.com <pe...@gmail.com> #5
ji...@gmail.com <ji...@gmail.com> #6
Can't run emulator after upgrading to version 30.5.3.
My macOS is 10.12.6
pe...@hostelworld.com <pe...@hostelworld.com> #7
m6...@mschmitt.info <m6...@mschmitt.info> #8
For 30.2.6 the build number is 6962233 and that one still works for me on Sierra. Hope this gets fixed/backported. I'm waiting for new MbPros to be released (hopefully without touchbar). Don't want to upgrade my old one to >= Catalina.
fr...@globant.com <fr...@globant.com> #9
da...@google.com <da...@google.com>
au...@gmail.com <au...@gmail.com> #10
30.2.6 (build 6962233) in Mojave works for me
m6...@mschmitt.info <m6...@mschmitt.info> #12
I can confirm that 7229563 works for me
gr...@wavelt.com <gr...@wavelt.com> #13
Hi, thanks for the report. Can you try the emulator from
https://ci.android.com/builds/submitted/7229563/sdk_tools_mac/latest/sdk-repo-darwin-emulator-7229563.zip ?
Another mojave user here with the problem. After replacing the emulator folder with the contents of the zip I can run the emulator again. Thanks.
je...@gmail.com <je...@gmail.com> #14
It works-ish, but I still get some library failures on launch...
handleCpuAcceleration: feature check for hvf
cannot add library /Volumes/Jeff/Library/Android/sdk/emulator/qemu/darwin-x86_64/lib64/vulkan/libvulkan.dylib: failed
added library /Volumes/Jeff/Library/Android/sdk/emulator/lib64/vulkan/libvulkan.dylib
cannot add library /Volumes/Jeff/Library/Android/sdk/emulator/qemu/darwin-x86_64/lib64/vulkan/libMoltenVK.dylib: failed
added library /Volumes/Jeff/Library/Android/sdk/emulator/lib64/vulkan/libMoltenVK.dylib
emulator: INFO: GrpcServices.cpp:301: Started GRPC server at 127.0.0.1:8554, security: Local
emulator: emulator window was out of view and was recentered
emulator: INFO: QtLogger.cpp:68: Warning: Failed to get QCocoaScreen for NSObject(0x0) ((null):0, (null))
m6...@mschmitt.info <m6...@mschmitt.info> #15
I remember seeing these warning messages on previous emulator binaries as well. But they seem harmless.
th...@gmail.com <th...@gmail.com> #16
se...@gmail.com <se...@gmail.com> #17
Had the same problem. It kept telling me that the AVD process was killed. The downgrade method worked for me.
da...@gmail.com <da...@gmail.com> #18
No downgrade needed !!!
For those on Mojave or older OSX who do not want to upgrade OS or downgrade emulator, you can try my solution here:
Good Luck
vi...@gmail.com <vi...@gmail.com> #19
I am using High Sierra OSx 10.13.6.
When I try to start the emulator using AVD, I get the following message "The emulator process for AVD Pixel_XL_API_30 was killed"
I am getting the following error on the command line since the emulator upgrade to 3.5.3.0
~/Library/Android/sdk/emulator/emulator -avd Pixel_XL_API_30 emulator: Android emulator version 30.5.3.0 (build_id 7196367) (CL:N/A) dyld: Library not loaded: /System/Library/Frameworks/IOUSBHost.framework/Versions/A/IOUSBHost Referenced from: /Users/user/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64 Reason: image not found Abort trap: 6
[Deleted User] <[Deleted User]> #20
Downgrade worked for me (emulator-darwin-6855416)
Thanks guys
va...@gmail.com <va...@gmail.com> #21
ar...@gmail.com <ar...@gmail.com> #23
Am using
mac OS - 10.14.6
Android Studio - 4.1.3
and facing same issue .
va...@gmail.com <va...@gmail.com> #24
macOS: 10.14.6
ab...@gmail.com <ab...@gmail.com> #25
I too faced this issue. After updating my Android Studio to 4.1.3, emulators stopped running.
I did everything possible to fix this. Found that for few people, upgrading their MacOS to big sur fixed it. I downloaded big-sur, but then while installing, it asked to free up 25GB from the device, which was not possible and hence could not install big-sur too.
Ultimately, after updating to Android Emulator 30.5.4.0, it fixed the issue. Did not need to do anything else. It seems google has fixed it in the latest Android Emulator release.
Description
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Studio Build: any Version of Gradle Plugin: Version of Gradle: Version of Java: OS: macOS Mojave 10.14.6
Steps to Reproduce:
Error Message: