Hi, guys --
Because I use Google Map, I decided to check Erel's code in action.
To do this I took Android's emulator SDK 22 without Google Play Services.
Absolutelly unclear how to integrate correctly. isGooglePlayServicesAvailable finds that it's necessary to install. We run makeGooglePlayServicesAvailable.
But
1) how to detect that this funcion is finished and with which result ?
2) in my case makeGooglePlayServicesAvailable informed that my app will not run without Google Play Services. Surprise I expect that makeGooglePlayServicesAvailable will install Google API.
Any ideas ?
PS. It looks that to receive result of makeGooglePlayServicesAvailable is not one line of code.
https://developers.google.com/android/reference/com/google/android/gms/common/GoogleApiAvailability
Because I use Google Map, I decided to check Erel's code in action.
To do this I took Android's emulator SDK 22 without Google Play Services.
Absolutelly unclear how to integrate correctly. isGooglePlayServicesAvailable finds that it's necessary to install. We run makeGooglePlayServicesAvailable.
But
1) how to detect that this funcion is finished and with which result ?
2) in my case makeGooglePlayServicesAvailable informed that my app will not run without Google Play Services. Surprise I expect that makeGooglePlayServicesAvailable will install Google API.
Any ideas ?
PS. It looks that to receive result of makeGooglePlayServicesAvailable is not one line of code.
https://developers.google.com/android/reference/com/google/android/gms/common/GoogleApiAvailability
Last edited: