[android-developers] Re: LocationManager causes application to crash

2009-02-04 Thread pulkit
Mark, Thanks for the reply, but I guess all permissions are in right place as they are reflected in the Eclipse's view as well. JS, Thanks a lot for the suggestion. I'm able to see all the permissions in the Eclipse's view but still application crashes. No joy, we're really stuck here. Any

[android-developers] Re: LocationManager causes application to crash

2009-02-04 Thread Chander Pechetty
Put the permissions outside the application tag. and try --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: LocationManager causes application to crash

2009-02-04 Thread pulkit
Hi chander, permissions are already outside the application tag. Thanks anyway. On Feb 4, 8:26 pm, Chander Pechetty cspeche...@gmail.com wrote: Put the permissions outside the application tag. and try --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: LocationManager causes application to crash

2009-02-03 Thread Mark Murphy
pulkit wrote: Pratap here is the logcat trace. What we understand from this is that it requires ACCESS_FINE_LOCATION permission which you suggested in first place. Now that we have specified it in our manifest.xml, what might be the issue? We define permissions as:-

[android-developers] Re: LocationManager causes application to crash

2009-02-03 Thread JS
The permissions xml tags are wierd. Try going to do Permissions tab in the Eclipse's AndroidManifest.xml view. Now see if all the permissions are shown in the List. Making sure they all show there usually solves my permission problems. Anyone what changes? On Feb 3, 6:12 am, Mark Murphy

[android-developers] Re: LocationManager causes application to crash

2009-02-02 Thread PRATAP SOLAPUR
Add ACCESS_FINE_LOCATION permission and INTERNET permission On 2/3/09, pulkit pulkit.bhard...@gmail.com wrote: Hi, We're working on Location based services with android emulator. But the issue is that the application crashes when any of the following statements executes:-

[android-developers] Re: LocationManager causes application to crash

2009-02-02 Thread pulkit
Thanks for replying Pratap, but unfortunately it didn't fix the problem. Any other suggestion please? On Feb 3, 10:23 am, PRATAP SOLAPUR pratap.sola...@gmail.com wrote: Add ACCESS_FINE_LOCATION permission and INTERNET permission On 2/3/09, pulkit pulkit.bhard...@gmail.com wrote:

[android-developers] Re: LocationManager causes application to crash

2009-02-02 Thread PRATAP SOLAPUR
post the stack trace of ur logcatso that i can kno wat kind of error ur getting. On 2/3/09, pulkit pulkit.bhard...@gmail.com wrote: Thanks for replying Pratap, but unfortunately it didn't fix the problem. Any other suggestion please? On Feb 3, 10:23 am, PRATAP SOLAPUR