Skip to content Skip to sidebar Skip to footer

Androidmanifest.xml; Unable To Include External Library

I'm following the MapView tutorial on the Android website [2010-08-22 11:12:24 - com.android.ide.eclipse.adt.internal.project.AndroidManifestParser] Parser exception for /MeCercana

Solution 1:

<uses-library android:name=”com.google.android.maps” />

When you copied and pasted, the quote got turned into a different ascii value quote character. Retype the quote characters

Post a Comment for "Androidmanifest.xml; Unable To Include External Library"