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 change results in a build failure with the following error if the Android Support library is used by another plugin (for example cordova-plugin-camera):
Program type already present: android.support.v4.os.ResultReceiver$MyResultReceiver
As a short term work-around is to use version 16.0.0 of the location services library. This can be achieved by changing the following line in the plugin.xml file from:
Google recently (June 17, 2019) released version 17.0.0 of the location services library. This release includes the following breaking change:
See the Google Play Services Release Notes for more information.
This change results in a build failure with the following error if the Android Support library is used by another plugin (for example cordova-plugin-camera):
As a short term work-around is to use version 16.0.0 of the location services library. This can be achieved by changing the following line in the plugin.xml file from:
to
This will allow the app to build again.
The text was updated successfully, but these errors were encountered: