Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve WARNING - for Google map version 1 not available in Android 11

App bundles or APKs in this release use version 1 of the Google Maps SDK, which is not available on Android 11 or higher. Remove this dependency from your app. Google Play may remove support for version 1 of the Google Maps SDK in the future.

We have already migrated to Maps API V2, hence functionality wise there should not be any issues.

like image 852
Chetan Joshi Avatar asked Aug 13 '20 12:08

Chetan Joshi


People also ask

Why won't Google Maps update on my Android?

If you're experiencing an issue where Google Maps won't update your maps data, it's possible you have turned on the Wi-Fi only option in the app. When this option is enabled, Maps will only download new data when you're connected to a Wi-Fi network. It won't update anything when you're using mobile data.

Why is Google Maps telling me it can't find a way there?

You may need to update your Google Maps app, connect to a stronger Wi-Fi signal, recalibrate the app, or check your location services. You can also reinstall the Google Maps app if it isn't working, or simply restart your iPhone or Android phone.


1 Answers

I had the same issue even though we have been using latest Maps SDK for Android for years. I had to remove this entry from AndroidManifest.xml

<uses-library android:name="com.google.android.maps" />
like image 88
FSUWX2011 Avatar answered Oct 09 '22 22:10

FSUWX2011