amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Map not showing on android 9.0 (Pie) #611

Closed toumir closed 5 years ago

toumir commented 5 years ago

Hi, Map not showing on android Pie(9.0) a blank screen with a text "Xamarin.Forms.GoogleMaps" is showed! Can anyone confirm this? Thank you in advance

toumir commented 5 years ago

Include the following declaration within the <application> element of AndroidManifest.xml fi the problem: <uses-library android:name="org.apache.http.legacy" android:required="false"/>