Getting this error on JellyBean:
01-11 18:26:52.030: E/AndroidRuntime(16517): FATAL EXCEPTION: main
01-11 18:26:52.030: E/AndroidRuntime(16517): java.lang.NoClassDefFoundError: android.support.v4.util.ArrayMap
01-11 18:26:52.030: E/AndroidRuntime(16517): at com.google.android.gms.common.api.GoogleApiClient$Builder.<init>(Unknown Source)
01-11 18:26:52.030: E/AndroidRuntime(16517): at com.example.services.LocationService.initGoogleApiClient(LocationService.java:82)
01-11 18:26:52.030: E/AndroidRuntime(16517): at com.example.services.LocationService.start(LocationService.java:73)
The project still uses Eclipse.
There are two questions about this problem, resolved in ways that do not help my case:
Crash with Android 4.1 with ArrayMap - I cannot change the Google code that crashes in my case
Android error - Caused by: java.lang.NoClassDefFoundError: android.support.v4.util.SparseArrayCompat - It is already ticked, but doesnt work