0

So recently I installed Android Studio for work at college, but can't make the emulator work and I don't know how?. I installed everything it needs HAXM and etc and the process is always getting killed, tried to look at the Command-Line and no errors are found. Any Tip? Command Line

Devices

Run Android Studio

SDK

afhamu
  • 930
  • 11
  • 17

1 Answers1

0

You should first check if your system meets the requirements: https://developer.android.com/studio/run/emulator#requirements

Then simply follow the official tutorial in the Android Dev Docs: https://developer.android.com/studio/run/emulator#install

If then still errors appear you should take a look at the logcat in Android Studio.

  • I there, yes i meet the requirents, since i have a I7-10875H and a RTX 2070 Super, i can connect my phone and use it, but cant get the emulator to work... – VilhenaChen Oct 20 '20 at 17:26
  • Also i can use VirtualBox, so maybe we can exclude the VM problem i guess – VilhenaChen Oct 20 '20 at 17:27