Android Package fails to Import
Be sure that the minSdkVersion you indicate in your AndroidMainfest.xml
is greater than or equal to the "Since API Level" shown in the upper right corner of the
docs describing the package you are attempting to import.
See also