1

So I'm a beginner in Android Studio. I have created a Nexus S as an ADV. Every time I launch that device, it says "System UI isn't responding". I get 2 options; close app, wait.

When I click close, nothing happens but when I click wait, it just goes on as if nothing happened.

I was just wondering what I can do to get rid of this problem? Also does increasing the RAM on the device make it any faster? Can I do anything to make it faster?

Thanks

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433

1 Answers1

0

This caused because of the RAM size is small in my case.

  1. Open AVD Manager
  2. Select the device > Show Advanced Settings > Change the RAM.

If you can't edit the setting, then create new device.

related:

How can I change the ram amount that the android emulator is using? The system ui isn't responding in android emulator (Flutter)

c-an
  • 3,543
  • 5
  • 35
  • 82