The emulator process for avd has terminated ошибка

After updating to Android Studio 2020.3.1 canary 15, when I try to run an emulator, it gets killed with this error:

The emulator process for AVD Pixel_4_API_30 has terminated.

It was working correctly in the previous version (4.1.3), but now after installing the new one, it shows the same error.


I’ve tried some solutions had suggested in almost similar cases; however, It still doesn’t work.

  1. I deleted my emulator (also I cleared inside of directory: /.android/avd/) and created a new one again
  2. I updated the HAXM installer to version 7.6.5
  3. I tried to run an emulator with lower APIs but…

Image of the error:

image of the error

halfer's user avatar

halfer

19.8k17 gold badges98 silver badges185 bronze badges

asked May 1, 2021 at 12:23

Jatlin's user avatar

6

The main root cause of that issue is lack of free space on your disk

answered Aug 6, 2021 at 14:09

Anatolii Shuba's user avatar

Anatolii ShubaAnatolii Shuba

4,1231 gold badge15 silver badges17 bronze badges

18

Faced this issue after update to arctic fox.

After seeing error message about termination, open android studio logs

On Windows:

("C:UsersYourUserNameAppDataLocalGoogleAndroidStudio2020.3logidea.log")

Or on all platforms:

  • Open Help Menu
  • Select Open Log in Files/Explorer/...

scroll it down and try to find log line with text «Emulator terminated with exit code». Probably, the reason for termination can be found a few lines above this message — for me it was

"Emulator: cannot add library vulkan-1.dll: failed".

If you have the same reason — go to C:WindowsSystem32 directory, search here for file called vulkan-1-999-0-0-0.dll and just rename it to vulkan-1.dll (i’ve made a copy just in case and named it «vulkan-1.dll»).

This fixed the issue for me.

hb0's user avatar

hb0

3,2743 gold badges30 silver badges48 bronze badges

answered Aug 2, 2021 at 13:20

DistantBlue's user avatar

DistantBlueDistantBlue

1,3261 gold badge8 silver badges13 bronze badges

11

  1. Go to Tools -> SDK Manager
    SDK Tools

  2. In SDK Manager Go To SDK Tools Tab and untick the Android Emulator and click on Apply. This step will uninstall the Android Emulator.
    Uninstalling Android Emulator

  1. After uninstallation completes:
    Again Open Tools -> SDK Manager -> SDK Tools -> Install the Android Emulator by enabling the check or tick on Android Emulator. This step will install the Android Emulator again.

  2. After successful installation. Restart Android Studio.

  3. After all this, I ran my project again (without creating new virtual device) and it worked fine.

Abrarul Haque's user avatar

answered Aug 25, 2021 at 5:36

Dharmik Thakkar's user avatar

2

Try to kill the emulator process and then you can reboot the emulator.

On Windows, bring out Task Manager and find the emulator process (you can find it starts with qemu-xxx, it might be wrapped inside Android Studio category), then click end task to kill the process.

answered Jul 12, 2021 at 2:14

danyfang's user avatar

danyfangdanyfang

3,8231 gold badge18 silver badges25 bronze badges

3

For Linux (should be similar for windows)


  • Locate your Sdk/emulator directory
  • Run ./emulator -list-avds
  • Note the AVD name form output eg. ‘Pixel_2_API_30’
  • Run ./emulator @Pixel_2_API_30

This will try to launch the emulator with selected device and show errors if any, in my case it was a disk space issue since I was low on home space.

emulator: ERROR: Not enough space to create userdata partition. Available: 5084.121094 MB at /home/user/.android/avd/Pixel_2_API_30.avd, need 7372.800000 MB.

I had plenty of space in other partition/disk, so I changed the AVD location by setting environment variable ‘ANDROID_AVD_HOME’ to preferred location, post this started the Android Studio and using the AVD Manager recreated a Device, HTH.

answered Sep 16, 2021 at 15:01

Ravi's user avatar

RaviRavi

5294 silver badges7 bronze badges

2

After going through all answers.

This answer can help you finding the root cause. clear the below file and restart the device to know the problem

C:UsersYourUserNameAppDataLocalGoogleAndroidStudio2020.3logidea.log"

My problem came as

2021-10-13 19:11:54,776 [1564693]   INFO - manager.EmulatorProcessHandler - Emulator: init: Could not find wglGetExtensionsString! arbFound 0 listarbNull/empty 1 0 extFound 0 extNull/empty 1 0 remote 0 

On further search i found the this which points out changing advanced settings (Ram size) and Graphics configuration

Step 1 :- while setting up device click on advanced settings

enter image description here

Step 2 :- Change the 2 setting as highlighted. make it 512 and Automatic to Software GLES

enter image description here

answered Oct 13, 2021 at 13:54

Gaurav Khurana's user avatar

Gaurav KhuranaGaurav Khurana

3,3351 gold badge27 silver badges36 bronze badges

4

This solved the same issue for me:

  1. Open text editor (eg. notepad)
  2. Type this code:
Vulkan=off
GLDirectMem=on
  1. Save the file as «advancedFeatures.ini» in .android directory. If your user is named Admin, under windows it would be: C:UsersAdmin.androidadvancedFeatures.ini.

  2. Run your app.

Sarthak Raval's user avatar

answered Dec 28, 2021 at 6:26

Birendraa sharmaa's user avatar

2

This error also occurs when there is not enough free space left on your computer.
be sure to free up some more space.

$ emulator -avd phone2

ERROR   | Not enough disk space to run AVD 'phone2'. Exiting... 

answered Jun 20, 2022 at 9:49

Gedeon Mutshipayi's user avatar

1

In Windows, open the Task Manager and kill the process «qemu-system»

answered Jul 18, 2022 at 20:46

Adrian's user avatar

AdrianAdrian

1791 silver badge8 bronze badges

I faced the same issue. Fixed it by enabling the Hyper-V on my Windows 10 OS. I just typed Hyper in the Start menu and went to Turn Windows features on or off menu and ticked all the Hyper-V checkboxes like this:

enter image description here

ZygD's user avatar

ZygD

21.5k39 gold badges74 silver badges99 bronze badges

answered Sep 16, 2021 at 2:43

Nina's user avatar

NinaNina

811 silver badge3 bronze badges

2

To solve these type of issue, generally you haven’t some file, that you need to download it from google and paste. I was facing the same issue. but after a lot of time spent on google finally I have got the solution.

Following are the steps:-

  1. Create virtual device using AVD Manager
  2. start the emulator
  3. if it is showing your emulator has terminated
  4. Then go to («C:UsersYourUserNameAppDataLocalGoogleAndroidStudio2020.3logidea.log»)
  5. check the issue by scroll down(on bottom you can check)
  6. If you are getting the same issue Check Emulator Error
  7. Then go to C:WindowsSystem32 directory, search here for file called vulkan-1-999-0-0-0.dll
  8. If file is already in directory, then just rename the file into «vulkan-1.dll»
  9. else download the file from this link
  10. you will have zip file, just extract and paste the vulkan-1-999-0-0-0.dll file and perform the step 8.

answered Jan 12, 2022 at 5:45

Peter's user avatar

PeterPeter

5776 silver badges16 bronze badges

0

I updated and had the same problem.
I solved the problem by changing the Multicore CPU and memory

image description here

enzo's user avatar

enzo

9,7813 gold badges14 silver badges38 bronze badges

answered May 2, 2021 at 14:25

Julio's user avatar

JulioJulio

772 bronze badges

0

Check if your disk space of computer is full or not. In my case C:// was full

answered Jun 10, 2022 at 8:09

Jack's user avatar

JackJack

1,7853 gold badges24 silver badges43 bronze badges

OK I fixed my problem like the one above by:

I removed the emulator in the AVD manager and reinstalled it. I also deleted the ANDROID_HOME environment variable and it worked again for me in Artic Fox

I am on the latest version of Android Studio Artic Fox 2020.3.1 Patch One on Windows 10 and I upgraded the emulator yesterday 8/18/21 and it completely broke functioning emulators.

answered Aug 19, 2021 at 22:35

Joao Brasil's user avatar

0

I would like to mention something about this,

The mentioned solutions works, however, if none works then please make sure you have sufficient space where AVDs are generated.

If system do not find the enough space to operate, it will give this error too, same as in my case.

If space is not an issue for you then mentioned other solutions must work.

answered Dec 14, 2021 at 4:57

jaiminkumar patel's user avatar

2

This might sound like a joke but restart the computer maybe? I had some emulator processes hanging in the task manager. Restarted the computer and it worked. Maybe it is an android studio bug.

answered Feb 24, 2022 at 18:27

Numan Karaaslan's user avatar

Numan KaraaslanNuman Karaaslan

1,3451 gold badge17 silver badges25 bronze badges

2

Was facing similar issue while launching arm64 emulator. I had enough disk space and tried uninstalling the emulator and reinstalling it. But this didn’t help.

I was able to figure out the issue by running the below commands:

emulator -list-avds
emulator @NameOfAvd

This assumes you’ve emulator on the path. Executing the last command showed me the below errors which weren’t visible when running from Android Studio:

[4453299712]:ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at ../emulator/lib64/qt/lib
Could not launch '/Users/username/../emulator/qemu/darwin-x86_64/qemu-system-aarch64': No such file or directory

Executing the command emulator @NameOfAvd from the Android/sdk/tools path allowed me to start the arm64 AVD.

halfer's user avatar

halfer

19.8k17 gold badges98 silver badges185 bronze badges

answered Apr 6, 2022 at 11:06

Mahendra Liya's user avatar

Mahendra LiyaMahendra Liya

12.8k13 gold badges88 silver badges113 bronze badges

2

In case if anyone facing this issue. I solved it by:

  • Go to C:UsersYourUserName.android

  • Create a file named advancedFeatures.ini

  • Then add the following lines of code in the file:

     Vulkan = off
     GLDirectMem = on
    

answered Jan 10, 2022 at 7:09

Arun K Babu's user avatar

Arun K BabuArun K Babu

1131 silver badge10 bronze badges

0

It’s an issue of latest Emulator.

I upgraded to v30.6.4 last night and got the same issue.

Please use Genymotion instead before Android Studio Emulator issuing its next update.

It’s free for personal use.

https://www.genymotion.com/download/

enter image description here

4

I Remove the Emulator folder from the SDK path and download the new component. It’s working fine.

answered Aug 4, 2021 at 11:01

Shobana Velmurugan's user avatar

My issue is resolved when I changed the CPU/ABI setting from «armeabi-v7a» to «x86_64«.

enter image description here

halfer's user avatar

halfer

19.8k17 gold badges98 silver badges185 bronze badges

answered Aug 25, 2021 at 19:48

Sajawal Bashir's user avatar

1

  1. Go to Device Manager on Android Studio

  2. Click Drop Menu on Action Panel

  3. Click Wipe Data

  4. Launch your AVD Manager Again OR Restart Your computer

answered May 6, 2022 at 5:02

Sarthak Raval's user avatar

Sarthak RavalSarthak Raval

9631 gold badge10 silver badges23 bronze badges

1

I was not able to start API_30 devices.

I had to install the latest hardware accelerator version (HAXM v7.7.0) from https://github.com/intel/haxm

Then

answered Sep 13, 2021 at 18:41

Sebastian's user avatar

1

The simple solution was to free up some space from the hard-disk
In my case, only 2gb space was available in the hard-disk.
I made some space by emptying the bin, and now available space was 22gb.

Then I just started the emulator normally ( didn’t uninstall or deleted anything) and it started.

answered Nov 26, 2021 at 17:59

Akshay Chopra's user avatar

1

In my MacbookPro M1 Pro, The issue was I had selected the x86 image while creating the emulator device.

Changing this setting and using the image from the recommended images resolved my issue.

answered Dec 6, 2021 at 10:54

Sameer Shelar's user avatar

I face same kind of issues… After increase free space of machine its working fine…

answered Dec 14, 2021 at 16:15

Piyush's user avatar

PiyushPiyush

1,11611 silver badges20 bronze badges

For those who running flutter/Dart in android studio. Here are the step on how I solved this:

  1. Go to any of your current device in Device manager.
  2. Click the edit icon (Pen Icon). Then dialog for edit will open.
  3. Now change the «Graphics» property in the AVD under Emulated Performance from automatic to «Software-GLES 2.0». it works for me.

Note: Am using android studio Bumblebee | 2021.1.1 patch 2

answered Feb 28, 2022 at 5:24

Jimmy's user avatar

JimmyJimmy

791 silver badge10 bronze badges

The problem might be due to some corrupted data during saving the state. Cold start the VM will solve the problem.

answered Jun 30, 2022 at 11:07

Uvan Shankar's user avatar

Really, I had same issue. I had tried over 10 times..im not professor but I found finally. It was a tough time for me.

Try again follow next.

If you install Android again again, I think import setting has problem. wrong Path on android screen. not environment Path
Because automatically it is determined old path(when it installed first)

and Choose a lower API if possible
in my case, when I use API 17, the emulator acted. but API 30, The emulator has terminated…so, I think if you use windows 7 or low spec, use low API environment.
In addition, I needed installing emulator-windows_x64-7491168,zip (In my case)

enter image description here

enter image description here

Majid Hajibaba's user avatar

answered Aug 4, 2021 at 18:43

user16563147's user avatar

After having tested solutions suggested in this forum, the only one which solved the problem to me is to free space in my hard disk. In my case I needed at least 7 GB to make it work.

answered Oct 11, 2021 at 12:01

Juliana Melo's user avatar

1

Experiencing the «Emulator Process for AVD was terminated» error in Android Studio can be quite frustrating, especially when you’re in the middle of a project. This comprehensive guide will walk you through the steps to resolve this issue and get your Android Virtual Device (AVD) up and running again.

Table of Contents

  1. Check Your System Requirements
  2. Update Android Studio and SDK Tools
  3. Reconfigure or Create a New AVD
  4. Disable or Uninstall Conflicting Software
  5. FAQs
  6. Related Links

1. Check Your System Requirements

Ensure your system meets the minimum requirements to run the Android Emulator. According to the official Android Studio documentation, your system should have the following specifications:

  • 64-bit processor
  • 4 GB RAM minimum, 8 GB RAM recommended
  • Hardware virtualization support (Intel VT-x or AMD-V)
  • Updated graphics drivers

Updating Android Studio and SDK Tools to the latest version can help resolve this issue. Follow these steps:

  1. Open Android Studio.
  2. Click on Help in the top menu bar, then click Check for Updates (On Mac, click Android Studio > Check for Updates).
  3. If updates are available, follow the prompts to install them.
  4. Open the SDK Manager by clicking Tools > SDK Manager.
  5. In the SDK Manager, ensure that the following components are up to date:
  • Android SDK Platform-Tools
  • Android SDK Build-Tools
  • Android Emulator
  1. If any updates are available, select the components and click Apply to install them.

3. Reconfigure or Create a New AVD

Corrupted or misconfigured AVDs can cause the emulator process to terminate. To fix this, try reconfiguring or creating a new AVD:

  1. Open the AVD Manager by clicking Tools > AVD Manager.
  2. Select the problematic AVD and click the Edit button (pencil icon).
  3. Check the AVD configuration and ensure it aligns with your project requirements.
  4. If the AVD is still not working, consider creating a new AVD by clicking the Create Virtual Device button in the AVD Manager.

4. Disable or Uninstall Conflicting Software

Some software, like antivirus programs and virtualization tools, can interfere with the Android Emulator. To resolve the «Emulator Process for AVD was terminated» issue, disable or uninstall any software that might be conflicting with the emulator.

FAQs

Q1: What does the ‘Emulator Process for AVD was terminated’ error mean?

This error occurs when Android Studio is unable to launch the Android Emulator properly. It can be caused by various factors, such as outdated software, misconfigured AVD settings, or conflicts with other software on your system.

Q2: How do I check if my system supports hardware virtualization?

To check if your system supports hardware virtualization, you can use a tool like Intel Processor Identification Utility for Intel processors or AMD-V Detection Utility for AMD processors.

Q3: Can I use an alternative emulator if the Android Emulator doesn’t work?

Yes, you can use alternative emulators like Genymotion or BlueStacks, which might be compatible with your system if the Android Emulator is not working.

Q4: Can I run the Android Emulator on a system with less than 4 GB RAM?

Although the minimum requirement for running the Android Emulator is 4 GB RAM, it might be possible to run it on a system with less RAM. However, the emulator’s performance might be significantly slower, and you may encounter issues during usage.

Q5: How do I update my graphics drivers to improve emulator performance?

To update your graphics drivers, visit the official website of your graphics card manufacturer (such as NVIDIA, AMD, or Intel) and download the latest drivers for your specific model. Then, follow the provided installation instructions.

  • Android Studio User Guide
  • Run apps on the Android Emulator
  • Genymotion: Android Emulator
  • BlueStacks: Android Emulator

Уровень сложности
Простой

Время на прочтение
3 мин

Количество просмотров 4.3K

Привет ${username}!

Хочу поделиться решением проблемы, возникающей у многих начинающих разработчиков под Android, работающих на процессорах AMD под управлением Windows 10/11 Home.

Эта инструкция будет полезна тем, кто после установки Android Studio попытался запустить Android Emulator, но столкнулся с ошибкой «The emulator process for AVD has terminated».

Пример, когда из текста ошибки невозможно понять причину.

Пример, когда из текста ошибки невозможно понять причину.

Указанная ошибка чаще всего возникает из-за проблем с виртуализацией. Для их решения Вам необходимо:

1) Для начала удалите  все инструменты виртуализации в Android Studio. Для этого перейдите в меню Tools -> SDK Manager -> Вкладка SDK Tools и снимите галочки напротив всех инструментов виртуализации:

Примените изменения, закройте Android Studio и перезагрузите компьютер.

2) В момент перезагрузки Вам необходимо войти в BIOS, чтобы убедиться, что технологии виртуализации в вашей системе находятся во включенном состоянии. Терминология и сокращения в данном случае зависит от производителя Вашей системной платы, поэтому рекомендую прочесть инструкцию к ней.

Как правило, интересующий Вас параметр называется VT (Virtualization technology) / AMD-V / AMD SVM (Secure Virtual Machine), но могут быть и иные параметры, влияющие на работу виртуальных машин в системе, которые следует включить, например AMD IOMMU.
В целом, если в процессе установки или запуска эмулятора у Вас будут возникать ошибки, Вам следует вернуться к этому абзацу, изучить инструкцию к Вашей материнской плате, и, возможно, обновить BIOS.

UPD: спасибо @Revertis за замечание, которое он дал в комментариях. Действительно, согласно официальной инструкции, если вы не собираетесь использовать конкретно Hyper-V (для иных нужд), то Вам достаточно установить эмулятор и Android Emulator hypervisor driver. Поэтому пункты №3 и 4 допускается пропустить.

3) После загрузки Вам необходимо установить компонент Hyper-V в системе. Пользователи Windows 10/11 редакции Pro могут сделать это через GUI, через инструмент «Включение и отключение компонентов Windows», но в Windows редакции Home, указанные компоненты не включены в поставку, поэтому достаем маленький бубен и решаем эту задачу следующим образом:

Создаем файл hyperv.bat, открываем его с помощью блокнота и вставляем в него следующий сценарий:

pushd "%~dp0"
dir /b %SystemRoot%servicingPackages*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%servicingPackages%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause

сохраняем его и запускаем от имени администратора. Далее последует установка Hyper-V, которая займет некоторое время (около двух минут, в моем случае). По завершении установки систему следует перезагрузить.

4) После загрузки системы, Вы можете пройти по пути Панель управления -> Программы и компоненты -> Включение и отключение компонентов Windows и убедиться, что следующие компоненты Windows включены:

Hyper-V на WIndows 11 Home!

Hyper-V на WIndows 11 Home!

5) И, наконец, открываем Android Studio, опять переходим в меню Tools -> SDK Manager -> вкладка SDK Tools и ставим галочки напротив инструментов виртуализации, кроме Intel x86 Emulator Accelerator (HAXM installer):

6) Принимаем изменения и, после установки, приступаем к созданию виртуального устройства, для чего переходим в меню Tools -> Device manager и кликаем кнопку Create.

Далее выбираете себе устройство с интересующим Вас разрешением экрана, уровнем API и архитектурой. Если в процессе разработки Вы будете использовать сервисы Google Play, то выберите устройство с его поддержкой (в моем случае на эмуляторах без поддержки Google Play не работала функция Google One Tap SignIn).

7) Запускаем устройство и погружаемся в мир разработки под Android! 🎉

P.S. Если в процессе сборки и развертывания будут возникать ошибки, убедитесь что все SDK и папка с эмулятором, установлены в директорию, расположенному по пути без использования кириллических символов.

Как правило, установщик Android Studio размещает их в папке .android пользовательской директории, соответственно если Ваш пользователь именован с использованием кириллицы, то наверняка при сборке Вы столкнётесь с ошибками.

В Android Studio перейдите в меню Tools -> SDK Manager и задайте Android SDK Location без использования кириллицы. Также убедитесь что располагаете достаточным местом на диске. Для понимания, используемый мной набор SDK занимает 10,7 Гб на диске + 10,3 Гб на виртуальное устройство Android:

Надеюсь, я смог Вам помочь, успехов в Ваших начинаниях!

Sometimes, (maybe after updating Android Studio) you might encounter a strange error, which might cause you a nightmare, the error is thrown by the Studio itself and it says: 

Error while waiting for device: The emulator process for AVD was killed

Uggh…Now, what’s this error all about? Why did it happen on the system? How do I fix it? Follow the Steps Below, and you’ll certainly solve it yourself!

You might encounter this error when you start the Android Emulator and then wait for it to get started but only see the process running and the GUI never comes into play, this is especially very nasty and troublesome when you have some important work to do (maybe a client project to test in the 11th hour) and then suddenly your hope of running the emulator gets numb because the process which was still running went out nowhere and got killed.

Method 1: Update Android Emulator to the Latest Release

As blunt as it may sound, but updating the emulator which you’re running could simply end your problem, for eg. if you’re working on API Level 30 and your emulator version is 30.1.2  then updating it to 30.1.5 would perhaps resolve your issue. Updating Emulator is a breeze, simply: Android Studio -> Go to preferences -> Android SDK -> Then find and update the Android Emulator from the list. Use the Image below if you get stuck at any place:

Updating Android Emulator

Method 2: Clear your Disk Space

Sometimes, the only force acting between you and the emulator running is the low disk space, clearing the disk space and re-running the emulator (after restarting the studio) could resolve this issue for you, it’s simply an easy lookout for the node modules ????

ProTip: Clearing you Android Studio cache could clear huge chunks of data!

Method 3: Enabling Support for OpenGL

If your emulator is a device with the Google Play Services enabled, the error might be related to “OpenGL” to fix this, simply:

  1. Go to: Tools > Android > AVD Manager
  2. Press the “edit” (pencil) icon next to your AVD
  3. Change “Graphics” to “Software”.

Method 4: Install the Intel x86 Emulator Accelerator on your system

Apart from updating the Android Studio Emulator on your system, you should also consider installing the Intel x86 Emulator Accelerator as Android is a large Operating System and some system images run on the old x86 bit architecture. To Install the x86 Emulator Accelerator

  1. Go to Preferences
  2. Navigate to Android SDK
  3. Mark the Checkbox against “Intel x86 Emulator Accelerator (HAXM)”

You may refer to the below screenshot if you need help:

Installing the Intel x86 Emulator (HAXM)

Method 5: Parallel SDK Installation (Rare)

If all the above-mentioned steps didn’t work out for you and you’re still not able to run the Emulator, it might be the fact that there are two SDK Installations in your system and the “ANDROID_HOME” points to the wrong location. This error might occur if you recently installed Nativescript or software like that. In order to fix it, follow:

  1. Android Studio settings
  2. Find the proper Android SDK location
  3. Update the environment variable and restart Android Studio.

Fixing Parallel SDK Installation

Conclusion

All the above-mentioned methods would’ve solved your issue, and your emulator would be up and running again, however, if the odds turn on to be against you, always remember that a clean installation of the whole setup would fix this problem.

Last Updated :
09 May, 2021

Like Article

Save Article

I am getting this error whenever I am launching AVD:

The emulator process for AVD has terminated.

I have already checked possible solutions on YouTube, Stack Overflow, Superuser and whatnot but none of them seem to work for me.

I have already checked below and it did not work

  • Available space in drives
  • HAXM installer is also installed
  • Already tried deleting the AVDs
  • Checked the api version
  • what else.. yes Emulator launch in a tool window — check uncheck done.

Prior to this error, I was getting error timed out after 300seconds waiting for emulator to come online. I guess I made some change and got this new error. Not sure if I have gone even backwards.

My OS — Windows 8, Android Studio version: Android Studio Electric Eel | 2022.1.1 Patch 1

Here you can see the logs from idea.txt

2023-02-08 17:58:05,095 [3915750]   INFO - Emulator: Pixel 6 API 28 - C:UsersAdminAppDataLocalAndroidsdkemulatoremulator.exe -netdelay none -netspeed full -avd Pixel_6_API_28
2023-02-08 17:58:05,142 [3915797]   INFO - Emulator: Pixel 6 API 28 - Android emulator version 31.3.15.0 (build_id 9456632) (CL:N/A)
2023-02-08 17:58:05,157 [3915812]   INFO - Emulator: Pixel 6 API 28 - emulator: INFO: Found systemPath C:UsersAdminAppDataLocalAndroidsdksystem-imagesandroid-28google_apisx86
2023-02-08 17:58:05,157 [3915812]   INFO - Emulator: Pixel 6 API 28 - emulator: INFO: Found systemPath C:UsersAdminAppDataLocalAndroidsdksystem-imagesandroid-28google_apisx86
2023-02-08 17:58:05,157 [3915812]   INFO - Emulator: Pixel 6 API 28 - Could not launch 'C:UsersAdminAppDataLocalAndroidsdkemulatorqemuwindows-x86_64qemu-system-x86_64.exe': Invalid argument
2023-02-08 17:58:05,188 [3915843]   INFO - Emulator: Pixel 6 API 28 - Process finished with exit code 22
2023-02-08 17:58:06,146 [3916801]   INFO - #c.a.t.i.a.AvdManagerConnection - C:UsersAdmin.androidavdPixel_6_API_28.avdhardware-qemu.ini.lockpid not found for Pixel_6_API_28
2023-02-08 17:58:06,146 [3916801]   INFO - #c.a.t.i.a.AvdManagerConnection - C:UsersAdmin.androidavdPixel_6_API_28.avduserdata-qemu.img.lockpid not found for Pixel_6_API_28
2023-02-08 17:58:06,147 [3916802]   WARN - #c.a.t.i.a.AvdManagerConnection - Unable to determine if Pixel_6_API_28 is online, assuming it's not
2023-02-08 17:58:08,375 [3919030]   INFO - #c.i.c.ComponentStoreImpl - Saving appDebuggerSettings took 93 ms, DontShowAgainFeedbackService took 16 ms, FileTypeManager took 16 ms, FindSettings took 15 ms, LafManager took 16 ms, PropertyService took 31 ms, XDebuggerSettings took 15 ms
2023-02-08 17:58:08,563 [3919218]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=First Application, containerState=COMPONENT_CREATED, componentStore=E:SoftwareAndroidFirstApplication)CompilerConfiguration took 16 ms, GradleSettings took 16 ms, RunManager took 15 ms, StructureViewFactory took 16 ms

Понравилась статья? Поделить с друзьями:
  • The bat работает с ошибками
  • That my friends найти ошибку
  • Texmaker ошибка файл с логом не найден
  • Testo 175 h1 ошибка rst
  • Telemecanique altivar 31 ошибка ocf