[android-developers] Re: LocationManager crashes app, every time

2008-04-03 Thread JoeB
No, only one emulator, but thanks for asking. After wiping emulator data and launching in debug mode from eclipse a few times, I was finally able to see logcat output. Ultimately it was a permission typo causing the crash. Still no idea why I couldn't get log info before. For anyone who is cur

[android-developers] Re: LocationManager crashes app, every time

2008-04-02 Thread guzarva
On Apr 3, 7:09 am, "Harsh Jain" <[EMAIL PROTECTED]> wrote: > are you running this in a second emulator by any chance ? > > > > On Thu, Apr 3, 2008 at 5:35 AM, JoeB <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Any advice on this would help--I can never get a provider from > > LocationManager (there

[android-developers] Re: LocationManager crashes app, every time

2008-04-02 Thread guzarva
On Apr 3, 7:05 am, JoeB <[EMAIL PROTECTED]> wrote: > Hi, > > Any advice on this would help--I can never get a provider from > LocationManager (there is supposed to be a mock one at least, and I > can see the data for it by using "adb shell").  I also can't get > locations or anything else.  Any

[android-developers] Re: LocationManager crashes app, every time

2008-04-02 Thread Harsh Jain
are you running this in a second emulator by any chance ? On Thu, Apr 3, 2008 at 5:35 AM, JoeB <[EMAIL PROTECTED]> wrote: > > Hi, > > Any advice on this would help--I can never get a provider from > LocationManager (there is supposed to be a mock one at least, and I > can see the data for it by u