Fixed
Status Update
Comments
hu...@google.com <hu...@google.com>
ja...@gmail.com <ja...@gmail.com> #2
Not starting yet? It's already "Early in March" enough (Mar/14/2018 PDT)
st...@gmail.com <st...@gmail.com> #3
Masashi & all, thank you for enquiring about this.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
ga...@wau.co <ga...@wau.co> #4
As outlined in the recent release notes for the Maps Android API [https://developers.google.com/maps/documentation/android-api/releases ], this feature is now available for the new basemap style.
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
hu...@google.com <hu...@google.com> #5
The new basemap style will switch from opt-in to opt-out within the next few weeks.
Should you wish to temporarily opt-out, add the following tag to your AndroidManifest.xml file, within the <application> tags:
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3H9HE845CFHYG"/>
We will keep posting updates here closer to date.
Should you wish to temporarily opt-out, add the following tag to your AndroidManifest.xml file, within the <application> tags:
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3H9HE845CFHYG"/>
We will keep posting updates here closer to date.
ga...@wau.co <ga...@wau.co> #6
The switch from opt-in to opt-out of the new basemap look for the Maps Android API will be effective within the next 24 hours.
hu...@google.com <hu...@google.com> #7
The new basemap look is now live for the Maps Android API. Please look at comment #5 should you wish to opt-out. Release notes are available on https://developers.google.com/maps/documentation/android-api/releases .
ga...@wau.co <ga...@wau.co> #8
@jh... Is v12 of com.google.android.gms:play-services-maps required in build.gradle for the opt-out to work?
I'm using:
implementation 'com.google.android.gms:play-services-places:11.8.0'
...and my device is running:
Google Play Services App: 12.6.85 (040400-197041431)
.. but I still see POI icons on the map when adding the opt-out within <application> tags.
I'm using:
implementation 'com.google.android.gms:play-services-places:11.8.0'
...and my device is running:
Google Play Services App: 12.6.85 (040400-197041431)
.. but I still see POI icons on the map when adding the opt-out within <application> tags.
hu...@google.com <hu...@google.com> #9
Nevermind, I believe I had incorrect expectations of the opt-out. Looking at https://mapsplatform.googleblog.com/2018/02/updated-basemap-style-for-google-maps.html , I believe POI icons previously existed, but were circular instead of pins (I was incorrectly expecting the POI icons to disappear completely). So, in that case, it seems to be working as intended, as the opt-out does return them to the circular icons.
Description
Problem
Many users may run into the following error:
Root cause
The Jetifier tool used by the Android Gradle plugin is not using a high-enough version of ASM, which means Jetifier is unable to parse class files whose Java versions are too new (higher than what ASM can process).
Solutions/workarounds
This issue is not going to be fixed in Jetifier as we are no longer maintaining the Jetifier tool.
Please try one of the following workarounds, most likely it will resolve this issue:
gradle.properties
file, disable Jetifier:gradle.properties
file, request Jetifier to not process the jar/aar: