You can see if u have this folder accessing with the adb shell. To do that go to the tools folder in the Android_sdk folder and just write "adb shell". Here u could search for this path and see if u have propperties in that folder... It's like using linux. If u need help send me an email.
Cheers On 20 mar, 01:40, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > > My setting: > android-sdk_m5-rc15_windows + Eclipse 3.3 + ADT plugin on Windows XP > (home) > > I'm trying to use the (mock) LocationManager. However, when I execute > the following: > > LocationManager locationManager = (LocationManager) > getSystemService(LOCATION_SERVICE); > List<LocationProvider> providerList = locationManager.getProviders(); > > the providerList is empty (length 0). It doesn't contain the mock > "gps" provider described on > > Location-based Service APIs (http://code.google.com/android/toolbox/ > apis/lbs.html) > > I'm guessing it's because there is no folder /data/misc/location/gps/. > in my project. I couldn't find it in any of the sample projects in > the SDK. Where can I get it, or am I missing something?? > > Thanks in advance, > Ken Bowen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

