i am trying to find my location on Google Map. My code is here. I have run my app in my telephone but it\'s unfortunately stopped. Any ideas about what can be the problem ? Than
Also, you should not call onLocationChanged() directly, it is a callback. The whole process is event driven, i.e. when the GPS or network gives you a location that method triggers.