microsoft / MapsSDK-Native

This repository contains samples, documentation and releases history for the Bing Maps SDK for Android and iOS.
MIT License
40 stars 23 forks source link

Emulator crash on targetSdkVersion 29 #44

Open thisisjatinrana opened 3 years ago

thisisjatinrana commented 3 years ago

Emulator and app crash when setting targetSdkVersion 29 and when fragment resume public override fun onResume() { super.onResume() mMapView!!.onResume()

}

On real device it works fine but on emulator it crashes. I am using android studio 4.+

varungakhar commented 3 years ago

Facing the same problem . downgrading to targetSdkVersion 28 works fine.