嗨我正在创建一个 GCM 应用程序
在我的普通 Galaxy s4 上它可以工作,但在我的开发手机上(galaxy S1,2.3.3,没有 sim,自己的谷歌帐户)我不断收到这个错误
java.io.IOException: SERVICE_NOT_AVAILABLE
at com.google.android.gms.gcm.GoogleCloudMessaging.register(Unknown Source)
我的注册码
if (gcm == null) {
gcm = GoogleCloudMessaging.getInstance(context);
}
regid = gcm.register(SENDER_ID);
任何提示为什么?