dryrun is a command-line tool that lets you quickly test Android libraries hosted online without manual setup.
The tool solves the friction of evaluating Android libraries by automating what would otherwise be a multi-step process. Instead of downloading a repository, extracting it, opening Android Studio, importing the project, syncing Gradle, and running it on a device, dryrun handles all of this from a single command. It clones the library repository, builds it, and deploys it to a connected device or emulator in seconds. The tool also supports testing private repositories, eliminating the need to make code public just to evaluate it.
The tool suits developers who want to quickly prototype with or evaluate Android libraries without the overhead of a full IDE workflow. It is particularly valuable when you need to test multiple libraries in succession, since there is no cleanup required afterward and no need to wait for Android Studio to load. The README contrasts dryrun's approach with the manual alternative of downloading, extracting, importing, syncing, running, and then deleting the project and zip file.
The project maintains a stable codebase with closed issues addressed over time. Development activity shows consistent engagement with bug reports and feature requests through the issue tracker.