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 other idea what we might be missing??
Thanks again.

On Feb 3, 7:49 pm, JS <yevm...@gmail.com> wrote:
> 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 <mmur...@commonsware.com> wrote:
>
> >pulkitwrote:
> > > 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:-
>
> > >    <uses-permission android:name="android.permission.ACCESS_GPS"/>
> > >            <uses-permission
> > > android:name="android.permission.ACCESS_LOCATION"/>
> > >            <uses-permission
> > > android:name="android.permission.ACCESS_FINE_LOCATION"/>
> > >            <uses-permission android:name="android.permission.INTERNET"/>
>
> > The error is:
>
> > > E/AndroidRuntime(  173): Caused by: java.lang.SecurityException:
> > > Requires ACCESS
> > > _FINE_LOCATION permission
>
> > This suggests your <uses-permission> elements are in the wrong spot or
> > something.
>
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com
> > _The Busy Coder's Guide to Android Development_ Version 2.0 Published!
--~--~---------~--~----~------------~-------~--~----~
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 unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to