Skip to content Skip to sidebar Skip to footer

Fatal Error With Google Map V2 On Android 4.2.2

I am getting the following fatal error with code working perfectly on Android 4.1 and 4.3: 11-10 20:53:21.425 8940-8957/ganbi_collector.com.ganbi_collector E/NativeCrypto﹕ ssl

Solution 1:

@zgc7009 Gave me the key to the solution in his magical word: it was a race case describing the trial of getting map before inflation. I moved the trial of getting map away from this race and only making this call happens safe later.

I have different explanation on why it worked with other devices: actually this is one of the major challenges in Android development where different hardware with different response times. It seems that the Alcatel pop9 has much better GPS connection time. I was initializing the map get on GPS connection which was ok on other testing mobile phones where the GPS gives enough time for inflater to work.

Post a Comment for "Fatal Error With Google Map V2 On Android 4.2.2"