我想添加实现 'com.google.android.gms:play-services-maps:17.0.0',但显示消息错误
I want to add implementation 'com.google.android.gms:play-services-maps:17.0.0', but show message error
ERROR: Manifest merger failed : Attribute
application@appComponentFactory
value=(android.support.v4.app.CoreComponentFactory) from
[com.android.support:support-compat:28.0.0]
AndroidManifest.xml:22:18-91 is also present at
[androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86
value=(androidx.core.app.CoreComponentFactory). Suggestion: add
'tools:replace="android:appComponentFactory"' to element
at AndroidManifest.xml:5:5-19:19 to override.
我已经尝试过其他版本,但仍然出现错误
您可以查看 official release notes(com.google.android.gms:play-services-maps:17.0.0
在此版本中):
Warning: This release is a MAJOR version update and breaking change.
The latest update to Google Play services and Firebase includes the following changes:
从 Android 支持库迁移到 Jetpack (AndroidX) 库。除非您在应用中进行以下更改,否则库将无法工作:
- 将
com.android.tools.build:gradle
升级到 v3.2.1 或更高版本。
- 将
compileSdkVersion
升级到 28 或更高版本。
- 更新您的应用程序以使用 Jetpack (AndroidX);按照迁移到 AndroidX.
中的说明进行操作
ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:5:5-19:19 to override.
我已经尝试过其他版本,但仍然出现错误
您可以查看 official release notes(com.google.android.gms:play-services-maps:17.0.0
在此版本中):
Warning: This release is a MAJOR version update and breaking change. The latest update to Google Play services and Firebase includes the following changes:
从 Android 支持库迁移到 Jetpack (AndroidX) 库。除非您在应用中进行以下更改,否则库将无法工作:
- 将
com.android.tools.build:gradle
升级到 v3.2.1 或更高版本。 - 将
compileSdkVersion
升级到 28 或更高版本。 - 更新您的应用程序以使用 Jetpack (AndroidX);按照迁移到 AndroidX. 中的说明进行操作