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
1 Like
Hi,
Were you able to solve it?
The same thing happens to me
My config is
- 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