Bonjour,

j'ai un problème pour créer un transfert entre le telephone et la montre.
Lorsque je lance le programme sur le téléphone, j'ai d'abord une erreur "le service Google play s'est arreté" et mon paramètrage dans android wear (du téléphone) est complétement perdu. Le téléphone devient en suite complétement instable et je suis obligé de faire un reset total.

Dans la trace, j'ai pu constaté que l'erreur était lié au fait quele service ne se crée pas :

05-22 11:45:35.658 7130-7130/? E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.google.android.gms.wearable, PID: 7130
java.lang.RuntimeException: Unable to create service com.google.android.gms.wearable.service.WearableService: android.content.res.Resources$NotFoundException: String array resource ID #0x7f0d0000
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2741)
at android.app.ActivityThread.access$1800(ActivityThread.java:151)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1403)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5299)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:829)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:645)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: String array resource ID #0x7f0d0000
at android.content.res.Resources.getStringArray(Resources.java:482)
at com.google.android.gms.wearable.node.t.c(SourceFile:445)
at com.google.android.gms.wearable.node.t.b(SourceFile:398)
at com.google.android.gms.wearable.node.t.b(SourceFile:244)
at com.google.android.gms.wearable.service.ap.a(SourceFile:210)
at com.google.android.gms.wearable.service.WearableService.onCreate(SourceFile:230)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2731)
************at android.app.ActivityThread.access$1800(ActivityThread.java:151)
************at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1403)
************at android.os.Handler.dispatchMessage(Handler.java:110)
************at android.os.Looper.loop(Looper.java:193)
************at android.app.ActivityThread.main(ActivityThread.java:5299)
************at java.lang.reflect.Method.invokeNative(Native Method)
************at java.lang.reflect.Method.invoke(Method.java:515)
************at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:829)
************at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:645)
************at dalvik.system.NativeStart.main(Native Method)
Au passage, je n'ai aucune erreur provoquée dans le code...
Quelqu'un aurait une idée qui me permettrait de comprendre le problème ?

Merci