[android-developers] Re: how do i get the android unique id??

2010-03-16 Thread Maps.Huge.Info (Maps API Guru)
It might be a good idea, for testing on the emulator, to test the Android ID for null and if it is, use some sort of default value. That way, you can at least test your app with good data. That's what I do anyway. -John Coryat -- You received this message because you are subscribed to the

Re: [android-developers] Re: how do i get the android unique id??

2010-03-16 Thread Wayne Wenthin
I'll second that. I do exactly this. On Tue, Mar 16, 2010 at 7:12 AM, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: It might be a good idea, for testing on the emulator, to test the Android ID for null and if it is, use some sort of default value. That way, you can at least test

[android-developers] Re: how do i get the android unique id??

2010-03-16 Thread g...@devicedriven
the funniest part is..on the emulator too its giving the value like android id..not null.. i explicitly checked it using a try catch. and i tried using it on a nexux one,,still same result.. On Mar 16, 8:12 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: It might be a good idea,

[android-developers] Re: how do i get the android unique id??

2010-03-16 Thread Streets Of Boston
Do you have android-market installed on your nexus? If so, do you have a SIM in your nexus? I noticed that when i remove my SIM from my Android phone, i no longer have access to paid apps. On Mar 16, 12:01 pm, g...@devicedriven ginokur...@gmail.com wrote: the funniest part is..on the emulator