i have this error in my map app.do you know what is wrong?i have checked and the package is right in my .java files and also i have put the uses-libraries of google maps into my application tag in the manifest.xml..please help,im trying hours to solve it..
Answer
Make sure you have put in
<uses-library android:name="com.google.android.maps" />
inside your <application></application>
tags.