Closed. This question is off-topic。它当前不接受答案。
                            
                        
                    
                
                            
                                
                
                        
                            
                        
                    
                        
                            想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
                        
                        6年前关闭。
                                                                                            
                
        
我目前正在集成Google Maps v2,如果没有Google Play服务,它们将无法运行。我知道我可以通过

 GooglePlayServicesUtil.isGooglePlayServicesAvailable


但是,为什么有些电话安装了这些服务却没有安装这些服务是什么原因呢?

最佳答案

Google Play服务可能无法使用的原因:


用户使用非Play设备(例如Amazon Kindle Fire)
用户在应用设置菜单中禁用了Google Play服务。
用户在有根设备上卸载了Play服务。
用户在较旧的设备上进行了出厂重置。重新启动后,Google Play服务可能会在一段时间内无法使用(Google Play最终会在几天之内安装它们。来自文档:In general, devices running Android 2.2 (Froyo) or later and have the Google Play Store app installed receive updates within a few days

10-07 16:34
查看更多