Setting up your host machine, Storage requirements – Google Compatibility Test Suite (CTS) User Manual User Manual
Page 5

3.1. Setting up your host machine
Note: the steps to configure and run CTS have changed in the 4.0 release.
Before running CTS, make sure you have a recent version of Android Debug Bridge
(adb) installed and the 'adb' location added to the system path of your machine.
To install adb, download Android SDK tools , and set up an existing IDE:
Ensure 'adb' is in your system path:
export
PATH=$PATH:/home/myuser/androidsdklinux_x86/platformtoo
ls
3.2. Storage requirements
The CTS media stress tests require video clips to be on external storage (/sdcard).
Most of the clips are from Big Buck Bunny which is copyrighted by the Blender
3.0 license:
The required space depends on the maximum video playback resolution supported by
the device. By default, 176x144 and 480x360 SHOULD be supported. Note that the
video playback capabilities of the device under test will be checked via the
android.media.CamcorderProfile APIs.
Here are the storage requirements by maximum video playback resolution:
●
480x360: 91.4MB
●
720x480: 151.9MB
●
1280x720: 401.6MB
●
1920x1080: 1008.2MB
5