sommeralex wrote: > Hi! > > I was looking in the forum but couldnt find any useful information > regarding my error. I just wanted to implement the map-example / > tutorial but if i start the map-activity, i get.. > > Failed to find provider info for com.google.settings
That's not the error. > 07-27 16:55:25.126: ERROR/AndroidRuntime(854): Caused by: > java.lang.NullPointerException > 07-27 16:55:25.126: ERROR/AndroidRuntime(854): at > com.airwriting.mobile.android.activity.helper.map.Map.onCreate > (Map.java:19) That's the error. Look on line 19 of your Map.java file and see why it is generating a NullPointerException. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Looking for Android opportunities? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

