I have an application with Gmaps in it, it's works fine when it's in portrait mode, but closes when I rotate to landscape mode, it doesn't crash, but just closes!
In the LogCat i get this,
09-19 16:24:24.056: W/ResourceType(20122): getEntry failing because entryIndex 939 is beyond type entryCount 1
09-19 16:24:24.056: W/ResourceType(20122): Failure getting entry for 0x7f0b03ab (t=10 e=939) in package 0 (error -2147483647)
09-19 16:24:24.056: E/GooglePlayServicesUtil(20122): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
But the google play services is there, and it's up to date.
Anyone have any clue? Thanks