1 Repo
Tools for writing and debugging code on a mobile device from a remote desktop editor.
Distinct from Mobile Development: Focuses on the IDE-to-device development bridge rather than general mobile app building or remote desktop control
Explore 1 awesome GitHub repository matching mobile development · Remote Script Development. Refine with filters or upvote what's useful.
AutoJs6 is an Android automation framework and JavaScript runtime designed to automate user interface interactions and system tasks on mobile devices. It functions as a UI automator that inspects screen hierarchies and manipulates on-screen controls via selectors to automate manual workflows. The project includes an Android script compiler that bundles automation scripts into standalone APK files for distribution. It also provides a remote debugging tool that creates a network-based bridge between a mobile device and a desktop IDE for writing and testing scripts. The framework covers a broad
Implements a network-based bridge between a mobile device and a desktop IDE for remote script writing and debugging.