Home | History | Annotate | Download | only in acloud
      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
      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 
     15     `$ acloud <flags>
     16 
     17 To run all unit tests:
     18 
     19     `$ tools\acloud\run_tests.sh`
     20