Próbuję użyć nowego systemu Google Cloud Messaging, ale mam pewne problemy.com.google.android.gsf pakiet nie został znaleziony
Przeczytałem dokument Pierwsze kroki i sprawdzoną aplikację demonstracyjną; potem zastosowałem wymagania do mojej aplikacji następnie stworzyłem nowe urządzenie wirtualne z API 16.
Ale gdy próbuję zarejestrować urządzenie do GCM, to nie z powodu tej linii:
GCMRegistrar.checkDevice(getApplicationContext());
W LogCat widzę te błędy:
07-05 07:06:31.925: E/AndroidRuntime(691): FATAL EXCEPTION: main
07-05 07:06:31.925: E/AndroidRuntime(691): java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf
07-05 07:06:31.925: E/AndroidRuntime(691): at com.google.android.gcm.GCMRegistrar.checkDevice(GCMRegistrar.java:83)
07-05 07:06:31.925: E/AndroidRuntime(691): at aero.tav.mobile.genel$4.onClick(genel.java:201)
07-05 07:06:31.925: E/AndroidRuntime(691): at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:166)
07-05 07:06:31.925: E/AndroidRuntime(691): at android.os.Handler.dispatchMessage(Handler.java:99)
07-05 07:06:31.925: E/AndroidRuntime(691): at android.os.Looper.loop(Looper.java:137)
07-05 07:06:31.925: E/AndroidRuntime(691): at android.app.ActivityThread.main(ActivityThread.java:4745)
07-05 07:06:31.925: E/AndroidRuntime(691): at java.lang.reflect.Method.invokeNative(Native Method)
07-05 07:06:31.925: E/AndroidRuntime(691): at java.lang.reflect.Method.invoke(Method.java:511)
07-05 07:06:31.925: E/AndroidRuntime(691): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
07-05 07:06:31.925: E/AndroidRuntime(691): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
07-05 07:06:31.925: E/AndroidRuntime(691): at dalvik.system.NativeStart.main(Native Method)
miałem dodaną gcm.jar na mojej ścieżce klasy; Nie wiem, co jest nie tak.
Czy używasz emulatora? jeśli tak, to jest emulator Google API? jeśli nie, to jest twój problem – thepoosh
Tak, próbuję na emulatorze. –
czy to emulator Google API? – thepoosh