Google Play Services Android 4.1.2 ~upd~ -
If you attempt to install the latest Google Play Services APK on a stock Android 4.1.2 device, it will result in a "Parse Error" or constant crashing. You must use a legacy version.
@Override public void onMapReady(GoogleMap googleMap) // Customize the map here googleMap.setMyLocationEnabled(true); google play services android 4.1.2
Make sure your app's targetSdkVersion and minSdkVersion are set appropriately in your build.gradle to support Android 4.1.2. If you attempt to install the latest Google
Google officially (with version 21.30.00). This was a critical milestone because: google play services android 4.1.2
This is the most common error on Android 4.1.2. It usually means the version installed is too new for the OS.
@Override protected void onCreate(Bundle savedInstanceState) super.onCreate(savedInstanceState); setContentView(R.layout.activity_maps);