Skip to content

Instantly share code, notes, and snippets.

@TheXSVV
Created July 3, 2023 23:37
Show Gist options
  • Save TheXSVV/bce6bc84d309a6039821ebd8837eb739 to your computer and use it in GitHub Desktop.
Save TheXSVV/bce6bc84d309a6039821ebd8837eb739 to your computer and use it in GitHub Desktop.
New android emulator "has terminated" fix
EN:
1. Lower the api version (lowers the api to 28 fixes issue)
2. If the "send report" window constantly bothers you, click on the check mark and send the report, the window will not appear. Next, click on the "Power" button at the emulator
3. Go to C:\Users\admin\.android and create file with name advancedFeatures.ini
Then add the following lines in this file:
Vulkan = off
GLDirectMem = on
RU:
1. Снизьте api версию (снижение версии api до 28 чинит эмулятор)
2. Если вас задолбало окно "send report" (из-за него эмулятор тоже может не запускаться) нажмите на галочку и отправьте репорт. Далее, нажмите на кнопку "включения" у окна эмулитора
3. Создайте файл advancedFeatures.ini в C:\Users\admin\.android
Добавьте туда:
Vulkan = off
GLDirectMem = on
Please write comment if my answer solves the issue
Пожалуйста, напишите комментарий если это решило проблему с эмулятором
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment