You need to set the build target (e.g. Project> Properties> Android) to API level 9 or higher to refer to this symbol.
Currently, you usually want to set the build target to something pretty current (e.g. API level 18), using Lint to point to anything you reference above your android:minSdkVersion .
source share