Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix(tooling): wait for emulator before running adb commands #912
Conversation
|
|
|
|
1 similar comment
|
|
|
run ci |
|
|
|
run ci |
|
|
|
run ci |
|
|
|
run ci |
1 similar comment
|
run ci |
|
run CI |
problem
We try to run adb commands before the device is ready to receive them. Devices/Emulators may pass through different states like:
device is offlineor the bootup animation is stillrunning.solution
Make the test tooling wait for the emulator to be fully operation before running any
adbcommands or even installing the app to prevent running commands too early.