Skip to main content

4 posts tagged with "android"

View all tags

Common Flutter Development Problems and Fixes

· 2 min read
Apache Wangye
Software developer and technical writer

Flutter build problems often involve several layers at once: the Flutter SDK, Dart, Gradle, Android build tools, repositories, and package versions. Record flutter doctor -v, the complete error stack, and reproducible steps before changing caches or mirrors.

Automate Android Screenshots and Swipes with Python ADB

· One min read
Apache Wangye
Software developer and technical writer

This example uses ADB from Python to capture a screenshot from an Android device, copy it to the computer, and perform a swipe gesture.

Use ADB automation only on devices and applications you own or are authorized to test. Respect the target platform's rules, verify that the intended device is connected, and add delays and stop conditions so the loop cannot run out of control.

Total views -- · Visitors --