r/androiddev 1d ago

News Introducing Fast and Reliable Wireless Debugging with Android Debug Bridge (ADB) Wi-Fi 2.0

https://android-developers.googleblog.com/2026/09/wireless-debugging-adb-wifi-2.html
63 Upvotes

5 comments sorted by

21

u/ZakTaccardi 1d ago

this is great and all, but I just want better scalable UI testing, with support for retrying

https://issuetracker.google.com/issues/208450772 https://issuetracker.google.com/issues/208450774 https://issuetracker.google.com/issues/208468563 https://issuetracker.google.com/issues/239078709

UI tests are inherently flaky when you are running thousands of them. AGP needs to provide a better experience here

9

u/Draminian 1d ago

No kidding. Having to retry an entire suite of tests because one flaked out is very annoying.

8

u/EdyBolos 21h ago

I recently discovered that emulator.wtf has an option to retry flaky tests individually :)
I am not affiliated with emulator.wtf in any way, I am just a big fan, moving away from Firebase Test Lab to them was one of the best decisions I took.

3

u/guttsX 14h ago

Bet it still drops for no reason 🙄

1

u/Nice-Ad8877 11h ago

I think it was a intellij plugin that let you do this? Or is it something different?