-1

I'm a beginner in Android Studio, I want to run my "Hello World!" on the emulator, the emulator start and shows the screen of the phone but the phone isn't responding. As shown in the below picture

The screenshot of my emulator

I've waited for about 5 hours but is still the same thing, I also tried to close the emulator and run it again but It's still the same. The Emulator is the one that came along with the Android Studio. How can I resolve this issue?

Shashanth
  • 4,995
  • 7
  • 41
  • 51

1 Answers1

2

Similar to this question you probably need to fix some settings before you the emulator. Also try updating android studio especially android avd manager. Restart and then run emulator again

  • Running the emulator with 512mb of ram or less might be a solution

  • Changing the resolution of the device may also work

Open AVD manager

enter image description here

Create New Virtual Device

enter image description here

And then pick resolution you want. Recommended 480X800

enter image description here

In advanced settings you can change ram memory of emulator

enter image description here

mpountou
  • 798
  • 8
  • 15