# Android emulator shows dialog "System UI isn't responding" when it boots

**URL:** https://discuss.bitrise.io/t/android-emulator-shows-dialog-system-ui-isnt-responding-when-it-boots/23381
**Category:** Question & Answer
**Tags:** android
**Created:** [October 2, 2023, 1:56pm UTC](https://discuss.bitrise.io/t/android-emulator-shows-dialog-system-ui-isnt-responding-when-it-boots/23381 "2023-10-02T13:56:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![prateek.saxena](https://avatars.discourse-cdn.com/v4/letter/p/e8c25b/32.png) [@prateek.saxena](https://discuss.bitrise.io/u/prateek.saxena)
#### Post date: [October 2, 2023, 1:56pm UTC](https://discuss.bitrise.io/t/android-emulator-shows-dialog-system-ui-isnt-responding-when-it-boots/23381/1 "2023-10-02T13:56:25Z")

</div>

Android emulator shows the dialog “System UI isn’t responding” when it boots.  
As a result, when the test application is launched, the test script can not interact with it because the dialog is in the foreground.  
Did anyone else experience this issue?  
The AVD manager step on Bitrise has the following configuration:  
Device Profile ID: pixel\_4a/pixel\_6\_pro  
Android API Level:: 33/34  
OS Tag: google\_apis  
ABI: x86\_64  
RAM: 1024M  
Stack: Android&Docker on Ubuntu 20.04

---

<div class="post-metadata">

### Author: ![luke92](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/luke92/32/5757_2.png) [@luke92](https://discuss.bitrise.io/u/luke92)
#### Post date: [October 18, 2024, 12:33pm UTC](https://discuss.bitrise.io/t/android-emulator-shows-dialog-system-ui-isnt-responding-when-it-boots/23381/2 "2024-10-18T12:33:40Z")

</div>

Hi,  
Were you able to solve it?  
The same thing happens to me

My config is

```auto
- ANDROID_HOME: /opt/android-sdk-linux
- ANDROID_SDK_ROOT: /opt/android-sdk-linux
- api_level: 34
- tag: google_apis
- profile: pixel_7
- create_command_flags: --sdcard 512M
- start_command_flags: -camera-back none -camera-front none
- emulator_id: emulator
- abi: x86_64
- emulator_channel: no update
- headless_mode: true

```

Stack: Ubuntu 22.04 for Android & Docker - Standard
