Hi, I’m trying to get a 64 bit version of an app out, but after trying a variety of things I’ve narrowed it down to the following build failure when GPGS.v2 plugin is enabled (the app builds fine with it disabled)
Can anyone shed some light on what this error log actually means?
Thanks!
Using java version “12.0.2” 2019-07-16
Java™ SE Runtime Environment (build 12.0.2+10)
Java HotSpot™ 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
Aug 29 11:58:51.521 Building Android app for ****** with 2019.3519
Aug 29 11:58:52.526 Using custom build id from app bundle: 00000 (AppSettings.lua)
Aug 29 11:58:54.855 BUILD SUCCESSFUL
Total time: 1 second
Aug 29 12:01:09.306 /private/var/folders/r_/n2p0_fl90wxfl1yr2zmkyk640000gn/T/CLtmpfYqTwN/template/app/src/main/AndroidManifest.xml:63:20-43 Error:
Aug 29 12:01:09.307 Attribute meta-data#com.google.android.gms.version@value value=(4242000) from AndroidManifest.xml:63:20-43
Aug 29 12:01:09.307 is also present at [com.google.android.gms:play-services-basement:16.2.0] AndroidManifest.xml:25:13-66 value=(@integer/google_play_services_version).
Suggestion: add ‘tools:replace=“android:value”’ to <meta-data> element at AndroidManifest.xml:62:18-63:46 to override.
Aug 29 12:01:09.307 FAILURE:
Aug 29 12:01:09.307 Build failed with an exception.
* What went wrong:
Aug 29 12:01:09.307 Execution failed for task ‘:App:processReleaseManifest’.
>
Aug 29 12:01:09.308 Manifest merger failed : Attribute meta-data#com.google.android.gms.version@value value=(4242000) from AndroidManifest.xml:63:20-43
Aug 29 12:01:09.308 is also present at [com.google.android.gms:play-services-basement:16.2.0] AndroidManifest.xml:25:13-66 value=(@integer/google_play_services_version).
Suggestion: add ‘tools:replace=“android:value”’ to <meta-data> element at AndroidManifest.xml:62:18-63:46 to override.
Aug 29 12:01:09.308 * Try:
Run with --stacktrace
Aug 29 12:01:09.308 option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan
Aug 29 12:01:09.308 to get full insights.
* Get more help at https://help.gradle.org
Aug 29 12:01:09.308 BUILD FAILED in 2m 14s
Aug 29 12:01:09.936 Excluding specified files from build:
excluding: assets/landscape/*
excluding: assets/ipx/*
Android build failed (256) after 137 seconds
Aug 29 12:01:10.175 ERROR: Build Failed: Failed to Build
Error code: 256