我正在运行以下命令以获取令牌:
InstanceID instanceID = InstanceID.getInstance(getApplicationContext()); String token = instanceID.getToken(Config.Google_PROJECT_ID, GoogleCloudMessaging.INSTANCE_ID_ScopE, null);
但是得到这个异常:
java.io.IOException: MISSING_INSTANCEID_SERVICE at com.Google.androID.gms.iID.zzc.zza(UnkNown Source) at com.Google.androID.gms.iID.zzc.zzb(UnkNown Source) at com.Google.androID.gms.iID.zzc.zza(UnkNown Source) at com.Google.androID.gms.iID.InstanceID.zzc(UnkNown Source) at com.Google.androID.gms.iID.InstanceID.getToken(UnkNown Source) at autofocus.com.autofocus.activity.ItemListActivity.doInBackground(ItemListActivity.java:408) at autofocus.com.autofocus.activity.ItemListActivity.doInBackground(ItemListActivity.java:398)
知道我在做什么错吗?
解决方法:
根据官方文档:
https://developers.google.com/android/reference/com/google/android/gms/iid/InstanceID#ERROR_MISSING_INSTANCEID_SERVICE
你得到这个错误,因为
Tokens can’t be generated. Only devices with Google Play are supported.
在未启用/未安装Google Play服务的情况下在模拟器上进行测试?
总结以上是内存溢出为你收集整理的android-无法获得API级别17的令牌全部内容,希望文章能够帮你解决android-无法获得API级别17的令牌所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)