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
Error: /home/metafeta/Projects/getQueried/what/platforms/android/gradlew: Command failed with exit code 1 Error output:
/home/metafeta/Projects/getQueried/what/platforms/android/AndroidManifest.xml:27:9-31 Error:
Attribute meta-data#android.support.VERSION@value value=(25.3.1) from [com.android.support:appcompat-v7:25.3.1] AndroidManifest.xml:27:9-31
is also present at [com.android.support:support-v4:26.0.0-alpha1] AndroidManifest.xml:27:9-38 value=(26.0.0-alpha1).
Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:25:5-27:34 to override.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processDebugManifest'.
> Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(25.3.1) from [com.android.support:appcompat-v7:25.3.1] AndroidManifest.xml:27:9-31
is also present at [com.android.support:support-v4:26.0.0-alpha1] AndroidManifest.xml:27:9-38 value=(26.0.0-alpha1).
Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:25:5-27:34 to override.
The text was updated successfully, but these errors were encountered:
I can verify.
The issue is indeed the unspecified "com.android.support:support-v4:+" version, this needs to be changed to "com.android.support:support-v4:23.+" and everything works again.
Notice: this issue has been closed because it has been reported for branch 2.x or later. It could be already fixed in v3 or is not relevant anymore. You may reopen this issue if it has been closed in error.
Build fails on Android, possibly due to conflicting dependencies with other Cordova plugins.
Typing
grep -rnE . -e "v4:\+"
provides me with:I suspect that the build failure is due to this, as it pulls in alpha versions of Android SDK 26. See here: dpa99c/cordova-diagnostic-plugin#212
Environment
Cordova plugins
Debug logs
The text was updated successfully, but these errors were encountered: