Most likely, you are attempting to run your application in an emulator or device that does not have Google Maps installed.
On Fri, Nov 5, 2010 at 3:03 PM, Harshal <[email protected]> wrote: > yes i have added map.jar, and my manifest.xml looks lyk this: > > > <?xml version="1.0" encoding="UTF-8"?> > <manifest xmlns:android="http://schemas.android.com/apk/res/android" > package="org.me.gps"> > <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> > <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> > <uses-permission android:name="android.permission.INTERNET" /> > <application> > <uses-library android:name="com.google.android.maps" /> > <activity android:name=".MainActivity" android:label="MainActivity"> > <intent-filter> > <action android:name="android.intent.action.MAIN"/> > <category android:name="android.intent.category.LAUNCHER"/> > </intent-filter> > </activity> > </application> > </manifest> > > I am following the tutorial. I tired many times. doent seem to work :( > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

