Edit - I googled it and found that I have to use an emulator with Google APIs.
I created an AVD with Google APIs and installed my app in it. It did not work.
It is interesting that the AVD has an Internal Google Maps application that works
(as you can see in the pictures).
The following code that is contained in my application shows the toast
"Google Play services not available". In a real device it works perfect.
If mFragment.IsGooglePlayServicesAvailable = False Then
ToastMessageShow("Google Play services not available.", True)
bMap = False
Else
bMap = True
End If
Any ideas? How can it display the Google Maps internal app in the emulator
if Google Play Services is not available? The emulator is SDK 19.