Execution failed for task ':unique_identifier:verifyReleaseResources'. #4231
Unanswered
shobhittiwari01
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever i am generating Signed Apk ,it fails error occurred that is line --
FAILURE: Build failed with an exception.
Execution failed for task ':unique_identifier:verifyReleaseResources'.
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 1m 14s
Running Gradle task 'assembleRelease'... 75.5s
The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility.
Building plugin firebase_core...
Running Gradle task 'assembleAarRelease'... 15.9s
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
Execution failed for task ':generateReleaseRFile'.
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.
==============================================================================
2: Task failed with an exception.
Execution failed for task ':javaPreCompileRelease'.
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 15s
The plugin firebase_core could not be built due to the issue above.
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
firebase_messaging: ^7.0.3
http: 0.12.2
shared_preferences: 0.5.10
toast: ^0.1.5
flutter_native_timezone: ^1.0.4
unique_identifier: ^0.0.3
get_it: ^4.0.4
intl: 0.15.7
flutter_datetime_picker: ^1.4.0
flutter_facebook_login: 2.0.0
google_sign_in: ^4.5.3
cupertino_icons: ^0.1.3
flutter_calendar_carousel: ^1.4.12
in_app_purchase: ^0.3.4+16
Beta Was this translation helpful? Give feedback.
All reactions