-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Nativescript: 5.4.2
Android: 5.4.0
Clean builds starting today fail with:
+ adding aar plugin dependency: C:\Users\lweidig\ownCloud\CodeRepo\nativscript\excelnet-installer\node_modules\tns-core-modules-widgets\platforms\android\widgets-release.aar
C:\myapp\platforms\android\app\src\main\AndroidManifest.xml:22:18-91 Error:
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 <application> element at AndroidManifest.xml:19:5-37:19 to override.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugManifest'.
> 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 <application> element at AndroidManifest.xml:19:5-37:19 to override.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 28s
We use Google Maps, Phone and many other plugins that might be related to Play service. I see on the Google site:
https://developers.google.com/android/guides/releases#june_17_2019
Breaking changes in the API. Have been looking for a fix to this all day. Any thoughts would be appreciated.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.