Bug P2
Status Update
Comments
aw...@gmail.com <aw...@gmail.com> #2
As a workaround we added the following to our own manifest:
<provider
tools:replace="android:authorities"
android:name="com.google.android.gms.measurement.AppMeasurementContentProvider"
android:authorities="${applicationId}.google_measurement_service"
android:exported="false" />
You must have tools namespace defined in the xml.
<provider
tools:replace="android:authorities"
android:name="com.google.android.gms.measurement.AppMeasurementContentProvider"
android:authorities="${applicationId}.google_measurement_service"
android:exported="false" />
You must have tools namespace defined in the xml.
pp...@gmail.com <pp...@gmail.com> #3
I've also been affected by this!
jo...@gmail.com <jo...@gmail.com> #4
@2 I also opened an issue with tools guys https://code.google.com/p/android/issues/detail?id=193567 . I'm not really sure which team should fix it. There's another workaround there that in my opinion is cleaner.
bm...@gmail.com <bm...@gmail.com> #5
I've added
android {
defaultConfig.applicationId = "my.package.id "
}
to my gradle file and it fixed that issue for me
android {
defaultConfig.applicationId = "
}
to my gradle file and it fixed that issue for me
co...@gmail.com <co...@gmail.com> #6
Setting android.defaultConfig.applicationId in your gradle file is something that is expected to be set in Android projects. This is automatically added when you create a new Android project in Android Studio.
However when applicationId isn't present in the project gradle the play-services-measurement AAR package in its AndroidManifest.xml gets defaulted in. This creates a silent issue for the app developer as their is no warnings or errors when the app builds. Only after another app that was build the same way is also installed on the device is the issue known as the OP noted with the INSTALL_FAILED_CONFLICTING_PROVIDER error.
The fix is adding android.defaultConfig.applicationId to your app's gradle file as others have noted however, the play-services-measurement AAR or the build tools should be changed to throw an error if this is missing.
However when applicationId isn't present in the project gradle the play-services-measurement AAR package in its AndroidManifest.xml gets defaulted in. This creates a silent issue for the app developer as their is no warnings or errors when the app builds. Only after another app that was build the same way is also installed on the device is the issue known as the OP noted with the INSTALL_FAILED_CONFLICTING_PROVIDER error.
The fix is adding android.defaultConfig.applicationId to your app's gradle file as others have noted however, the play-services-measurement AAR or the build tools should be changed to throw an error if this is missing.
ma...@gmail.com <ma...@gmail.com> #7
In cordova generated projects android.defaultConfig.applicationId is missing
ar...@gmail.com <ar...@gmail.com> #8
I have already opened an issue with Cordova on this not being adding by default and have provided a work around to set android.defaultConfig.applicationId in the comments until Cordova fixes this.
https://issues.apache.org/jira/browse/CB-10014
ge...@gmail.com <ge...@gmail.com> #9
Thanks for the solution in #4 - that worked for me!
sp...@gmail.com <sp...@gmail.com> #10
Are these apps successfully uploading to the play store? And users of the apps are seeing this error?
I'm wondering if the play store checks for authorities uniqueness to ensure this doesn't happen on a wide scale.
I'm wondering if the play store checks for authorities uniqueness to ensure this doesn't happen on a wide scale.
be...@gmail.com <be...@gmail.com> #11
#4 did the trick.
Description
After completing a bluetooth call, the phone's media volume is set to maximum. When you subsequently disconnect the phone and Android Auto shuts down, there is an extreme loud burst of music, even if your phone had not previously been playing music.
Numerous others are complaining of this same issue: