You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a bug in this project, but something people may have problems with using it with Multidex and SDK 28 (Pie)
Related to this: https://developer.android.com/about/versions/pie/android-9.0-changes-28
Google maps will not load and crashes and you need to add this into the application block in the Android manifest: <uses-library android:name="org.apache.http.legacy" android:required="false" />
The text was updated successfully, but these errors were encountered:
This isn't a bug in this project, but something people may have problems with using it with Multidex and SDK 28 (Pie)
Related to this:
https://developer.android.com/about/versions/pie/android-9.0-changes-28
Google maps will not load and crashes and you need to add this into the application block in the Android manifest:
<uses-library android:name="org.apache.http.legacy" android:required="false" />
The text was updated successfully, but these errors were encountered: