My app crashes when accessing to an activity that uses google maps (v.2). I am getting android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.gms.maps.f
This happens only in release mode, but there is no error or warning in logs when I am in debug mode.
I am using Proguard on Eclipse IDE to obfuscate the code, so I guess this could be the problem. I have googled around but I have not found a possible solution