🖥️
Pinned Loading
-
-
-
Android Emulator ADB Toggle WiFi (Wi...
Android Emulator ADB Toggle WiFi (Windows batch) 1# Toggle emulator WiFi21. Add a new "External Tool"
31. Specify `cmd` as a program
41. Add the bellow string into the Argument field
5```bat
-
adb swipe Down & fast swipe Up
adb swipe Down & fast swipe Up 1adb shell "input swipe 811 1888 811 469 300 && input swipe 811 469 811 888 50" -
Gradle: Test android app build speed
Gradle: Test android app build speed 1$projectLocation = "SET YOUR PROJECT DIR"
2$iterations = 10;
3$buildCommand = ".\gradlew --offline --rerun-tasks --no-build-cache assembleDebug"
4$cleanupCommand = ".\gradlew clean"
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


