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

Not able load Bing maps on android #56

Open bhavya625 opened 2 years ago

bhavya625 commented 2 years ago

I tried to integrate bing maps into an android app but I tried to open the view I get the following error

2022-04-06 11:55:54.906 1671-1671/com.microsoft.modules A/BingMaps: std::terminate called inside BingMaps

00 pc 00000000001eadb9 /data/app/~~ON5P6d0o8QtzVE12_r05Ig==/com.microsoft.modules-ZJlZ9F_5UpQsZzOcodshTQ==/lib/x86_64/libBingMaps.so

    #01  pc 00000000001fa557  /data/app/~~ON5P6d0o8QtzVE12_r05Ig==/com.microsoft.modules-ZJlZ9F_5UpQsZzOcodshTQ==/lib/x86_64/libBingMaps.so
    #02  pc 000000000096c5e3  /data/app/~~ON5P6d0o8QtzVE12_r05Ig==/com.microsoft.modules-ZJlZ9F_5UpQsZzOcodshTQ==/lib/x86_64/libBingMaps.so
    #03  pc 000000000096c588  /data/app/~~ON5P6d0o8QtzVE12_r05Ig==/com.microsoft.modules-ZJlZ9F_5UpQsZzOcodshTQ==/lib/x86_64/libBingMaps.so (_ZSt9terminatev)
    #04  pc 000000000017f592  /data/app/~~ON5P6d0o8QtzVE12_r05Ig==/com.microsoft.modules-ZJlZ9F_5UpQsZzOcodshTQ==/lib/x86_64/libBingMaps.so
    #05  pc 00000000006f779c  /data/app/~~ON5P6d0o8QtzVE12_r05Ig==/com.microsoft.modules-ZJlZ9F_5UpQsZzOcodshTQ==/lib/x86_64/libBingMaps.so
    #06  pc 00000000006eef22  /data/app/~~ON5P6d0o8QtzVE12_r05Ig==/com.microsoft.modules-ZJlZ9F_5UpQsZzOcodshTQ==/lib/x86_64/li

I get the same error when I run the sample app too

FrenkyBojler commented 2 years ago

Similar issue here. I get this error (with app crash) when I build minified version of the app.