I currently have this in my AndroidManifest.xml
uses-library android:name=\"com.google.android.maps\" android:required = \"false\"
The specified
uses-library has no required attribute. From Android docs:
uses-library
required
And you should use that for Google maps. From Google's docs:
The one that has the required attribute is uses-feature
uses-feature