


My application runs fine on a real Android anycodings_android device. In the debug anycodings_android log I get this message when Play Services anycodings_android startup fails: W/GooglePlayServicesUtil: Google Play services out of date. This always returns anycodings_android SERVICE_VERSION_UPDATE_REQUIRED.Ĭlicking update in the alert dialog does anycodings_android nothing that I can detected. Log.d(TAG, "unknown services result: " + result) Log.d(TAG, "Play service available success") Log.d(TAG,"SERVICE_VERSION_UPDATE_REQUIRED") In the onCreate method of my login activity anycodings_android I have this code: int result = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this) Ĭase ConnectionResult.SERVICE_VERSION_UPDATE_REQUIRED: When I run a test app that uses Firebase to anycodings_android facilitate Google login I get this alert anycodings_android dialog from a Nexus 5 API 23 emulator: The problem is that these emulators are anycodings_android using an old version of Play services. anycodings_android I'm NOT asking how to install Play Services, anycodings_android that is installed in the Studio 2.2 anycodings_android emulators. There are a number of variations of this anycodings_android question, however most are very old, and anycodings_android don't really answer the question at all.
