Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Geolocation on android emulator — Gideros Forum

Geolocation on android emulator

yukseletyukselet Member
edited December 2012 in General questions
Hello,
I've created a project in gideros to receive geo location info. But when i try to run the exported project in eclipse emulator it gives me the error below. Any help will be appreciated.

12-10 13:35:03.877: E/AndroidRuntime(793): FATAL EXCEPTION: main
12-10 13:35:03.877: E/AndroidRuntime(793): java.lang.IllegalArgumentException: provider doesn't exisit: null
12-10 13:35:03.877: E/AndroidRuntime(793): at android.os.Parcel.readException(Parcel.java:1429)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.os.Parcel.readException(Parcel.java:1379)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.location.ILocationManager$Stub$Proxy.requestLocationUpdates(ILocationManager.java:538)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.location.LocationManager.requestLocationUpdates(LocationManager.java:836)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.location.LocationManager.requestLocationUpdates(LocationManager.java:430)
12-10 13:35:03.877: E/AndroidRuntime(793): at com.giderosmobile.android.player.Geolocation$1.run(Geolocation.java:101)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.os.Handler.handleCallback(Handler.java:725)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.os.Handler.dispatchMessage(Handler.java:92)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.os.Looper.loop(Looper.java:137)
12-10 13:35:03.877: E/AndroidRuntime(793): at android.app.ActivityThread.main(ActivityThread.java:5039)
12-10 13:35:03.877: E/AndroidRuntime(793): at java.lang.reflect.Method.invokeNative(Native Method)
12-10 13:35:03.877: E/AndroidRuntime(793): at java.lang.reflect.Method.invoke(Method.java:511)
12-10 13:35:03.877: E/AndroidRuntime(793): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
12-10 13:35:03.877: E/AndroidRuntime(793): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
12-10 13:35:03.877: E/AndroidRuntime(793): at dalvik.system.NativeStart.main(Native Method)
12-10 13:35:09.337: I/Process(793): Sending signal. PID: 793 SIG: 9

Comments

Sign In or Register to comment.