I have sucessfull working android maps API v2, but then i tried to test if i dont have Google Play services, will app offer to install it.
So i uninstalled Google Play services and my application is crashing now. Its not offering to intall Google Play services like it does in Sample App. In LogCat its printing Google play services is missing
and after NullPointerException
. In sample app i didnt see any code that handles that, i guess its inculded in map library. Im using SupportMapFragment
, however in sample app its also used.
How to make app offer install play services like its in sample app ?