I am using google map in my app. I can able to load map with positions except Lollipop version mobiles.
But in Lollipop version map is not loaded
Here I have taken the logs and it's showing like this
05-14 20:33:35.078: W/System.err(988): java.lang.NullPointerException: Attempt to invoke
virtual method 'com.google.android.gms.maps.GoogleMap
com.google.android.gms.maps.MapFragment.getMap()' on a null object reference
MTK_CheckAppName:68: appName=com.appname.android, acAppName=com.android.gallery3d
I am getting this type of log only when loading in Lollipop versions.
So this problem occurs only in Android 5.0 version not in below versions.