[android-developers] Re: Emulating GPS using DDMS on sdk 1.5 not working on an sdk 1.1 application run on a 1.1 sdk emulator

2009-05-18 Thread neoraptor
Hello RodgerWilko, I have a strange problem too. I can't access to GPS coordinates with the new sdk (1.5). The code works fine with sdk 1.1 (only on a standalone sdk). Could you give me some advices ? (DDMS is not working with the new SDK). Thank you. On May 17, 1:34 pm, "RodgerWilko!" wrote:

[android-developers] Re: getting addresses from location

2009-05-13 Thread neoraptor
Hello, I have the same problem (code working on SDK 1.1 but not on 1.5). Does someone find a solution? Thanks On 16 avr, 17:32, zlu wrote: > This code used to work in SDK1.1 but stopped working in1.5 > I have a class that implements LocationListener > > in the onLocationChanged(Locationlocatio

[android-developers] Re: getting addresses from location

2009-05-13 Thread neoraptor
Hello, I have the same problem. Did someone find a solution? Thanks, Neoraptor. On 16 avr, 17:32, zlu wrote: > This code used to work in SDK1.1 but stopped working in1.5 > I have a class that implements LocationListener > > in the onLocationChanged(Locationlocation) method I have

[android-developers] Re: getting addresses from location

2009-05-13 Thread neoraptor
Hello, I have the same problem. Did someone find a solution? Thanks, Neoraptor. On 16 avr, 17:32, zlu wrote: > This code used to work in SDK1.1 but stopped working in1.5 > I have a class that implements LocationListener > > in the onLocationChanged(Locationlocation) method I have