Surface and Nativecrypto errors when trying to get current location
Clash Royale CLAN TAG #URR8PPP Surface and Nativecrypto errors when trying to get current location I am getting the errors: E/Surface: getSlotFromBufferLocked: unknown buffer: 0x7f7fc080e0 E/NativeCrypto: ssl=0x7f5ec8fc00 cert_verify_callback x509_store_ctx=0x7f5d8f0270 arg=0x0 E/NativeCrypto: ssl=0x7f5ec8fc00 cert_verify_callback calling verifyCertificateChain authMethod=ECDHE_ECDSA E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport when trying to get current location in kotlin android. I tried with android 6 and 8 ,still getting error and I am not able to get current location on map, a blank map opens Can anyone help me with what is the issue here, I am stuck with this issue from days? This is my code to get current map location: class MapActivity : FragmentActivity(), OnMapReadyCallback,GoogleApiClient.ConnectionCallbacks,GoogleApiClient.OnConnectionFailedListener,com.google.android.gms.location.LocationListener private var service: LocationManag...