Keun Soo Yim | b293fdb | 2016-09-21 16:03:44 -0700 | [diff] [blame] | 1 | The Cloud Android Driver Binaries (namely, acloud) in this project provide the |
| 2 | standard APIs to access and control Cloud Android devices (i.e., Android Virtual |
| 3 | Devices on Google Compute Engine) instantiated by using the Android source code |
Tri Vo | 0809e5f | 2016-10-07 15:10:42 -0700 | [diff] [blame^] | 4 | |
| 5 | #1. Compilation: |
| 6 | |
| 7 | `$ make acloud` # this produces acloud.zip |
| 8 | |
| 9 | #2. Installation: |
| 10 | |
| 11 | `$ pip install acloud.zip` |
| 12 | |
| 13 | #3. Execution: |
| 14 | `$ acloud <flags> |