
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:
http://developer.android.com/sdk/index.html#ExistingIDE
http://developer.android.com/sdk/installing/index.html
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
Foundation ( http://www.bigbuckbunny.org) under the Creative Commons Attribution
3.0 license:
http://creativecommons.org/licenses/by/3.0/
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
Kommentare zu diesen Handbüchern