Android Runner
Android Runner (AR) is a tool for automatically executing measurement-based experiments on native and web apps running on Android devices.
The following scientific publication gives an overview about the main components, plugins, and configurations of Android Runner (as of 2020): A-Mobile 2020 publication
A complete tutorial on how to use Android Runner is available in the following YouTube playlist: Android Runner Tutorials.
As visualized below, Android Runner consists of the following components:
Experiment orchestrator: Is in charge of executing the whole experiment according to the experiment configuration provided by the user.
Devices manager: Is responsible for providing a layer of abstraction on the low-level operations involving the Android devices.
Progress manager: Keeps track of the execution of each run of the experiment.
Plugin handler: Provides a set of facilities for managing the profilers and an extension point that third-party developers can use for integrating their own measurement tools into Android Runner.
Table of Contents
How to Cite Android Runner
If Android Runner is helping your research, consider to cite it as follows, thanks!
Setup
Instructions can be found here. Instructions for specific plugins are included in the plugins' READMEs.
Quick Start
To run an experiment, run:
Example configuration files can be found in the subdirectories of the examples
directory.
More information about the specifics of Android Runner and use cases can be found in the Wiki tab.