-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toolc: crashStack traces logged to the consoleStack traces logged to the consolec: regressionIt was better in the past than it is nowIt was better in the past than it is nowcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.found in release: 1.25Found to occur in 1.25Found to occur in 1.25has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
I maintain a plugin that builds on the the stable channel (1.22.5) but had gotten a report that it fails to build on the current beta version (1.25.0-8.1.pre) here. Was able to reproduce the reported issue by building the example app (https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications/example) whilst on the beta channel.
Furthermore, if I clone https://github.com/flutter/plugins and run the flutter build apk
command on the url_launcher
plugin I get similar issues where the output is as follows
url_launcher build logs
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':integration_test:compileReleaseAidl'.
> Could not resolve all task dependencies for configuration ':integration_test:releaseCompileClasspath'.
> Could not resolve androidx.annotation:annotation:{strictly 1.0.0}.
Required by:
project :integration_test
> Cannot find a version of 'androidx.annotation:annotation' that satisfies the version constraints:
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.test:monitor:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common-java8:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.arch.core:core-common:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.collection:collection:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.versionedparcelable:versionedparcelable:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.customview:customview:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.lifecycle:lifecycle-viewmodel:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.savedstate:savedstate:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.lifecycle:lifecycle-livedata:2.0.0' --> 'androidx.arch.core:core-runtime:2.0.0' --> 'androidx.annotation:annotation:1.0.0'
> Could not resolve androidx.annotation:annotation:1.0.0.
Required by:
project :integration_test > androidx.test:runner:1.2.0
project :integration_test > androidx.test:monitor:1.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.viewpager:viewpager:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.loader:loader:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.viewpager:viewpager:1.0.0 > androidx.customview:customview:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.loader:loader:1.0.0 > androidx.lifecycle:lifecycle-livedata:2.0.0 > androidx.arch.core:core-runtime:2.0.0
> Cannot find a version of 'androidx.annotation:annotation' that satisfies the version constraints:
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.test:monitor:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common-java8:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.arch.core:core-common:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.collection:collection:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.versionedparcelable:versionedparcelable:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.customview:customview:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.lifecycle:lifecycle-viewmodel:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.savedstate:savedstate:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.lifecycle:lifecycle-livedata:2.0.0' --> 'androidx.arch.core:core-runtime:2.0.0' --> 'androidx.annotation:annotation:1.0.0'
> Could not resolve androidx.annotation:annotation:1.1.0.
Required by:
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-common:2.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-common-java8:2.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-runtime:2.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-runtime:2.2.0 > androidx.arch.core:core-common:2.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.core:core:1.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.collection:collection:1.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.activity:activity:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.core:core:1.1.0 > androidx.versionedparcelable:versionedparcelable:1.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.lifecycle:lifecycle-viewmodel:2.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.activity:activity:1.0.0 > androidx.savedstate:savedstate:1.0.0
> Cannot find a version of 'androidx.annotation:annotation' that satisfies the version constraints:
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.test:monitor:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common-java8:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.arch.core:core-common:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.collection:collection:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.versionedparcelable:versionedparcelable:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.customview:customview:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.lifecycle:lifecycle-viewmodel:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.savedstate:savedstate:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.lifecycle:lifecycle-livedata:2.0.0' --> 'androidx.arch.core:core-runtime:2.0.0' --> 'androidx.annotation:annotation:1.0.0'
* 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 2m 12s
Had similar issues building the example app of the google_maps_flutter
plugin as well
google_maps_flutter build logs
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':integration_test:compileReleaseAidl'.
> Could not resolve all task dependencies for configuration ':integration_test:releaseCompileClasspath'.
> Could not resolve androidx.annotation:annotation:{strictly 1.0.0}.
Required by:
project :integration_test
> Cannot find a version of 'androidx.annotation:annotation' that satisfies the version constraints:
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.test:monitor:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common-java8:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.arch.core:core-common:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.collection:collection:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.customview:customview:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.lifecycle:lifecycle-viewmodel:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.savedstate:savedstate:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.lifecycle:lifecycle-livedata:2.0.0' --> 'androidx.arch.core:core-runtime:2.0.0' --> 'androidx.annotation:annotation:1.0.0'
> Could not resolve androidx.annotation:annotation:1.0.0.
Required by:
project :integration_test > androidx.test:runner:1.2.0
project :integration_test > androidx.test:monitor:1.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.viewpager:viewpager:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.loader:loader:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.viewpager:viewpager:1.0.0 > androidx.customview:customview:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.loader:loader:1.0.0 > androidx.lifecycle:lifecycle-livedata:2.0.0 > androidx.arch.core:core-runtime:2.0.0
> Cannot find a version of 'androidx.annotation:annotation' that satisfies the version constraints:
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.test:monitor:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common-java8:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.arch.core:core-common:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.collection:collection:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.customview:customview:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.lifecycle:lifecycle-viewmodel:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.savedstate:savedstate:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.lifecycle:lifecycle-livedata:2.0.0' --> 'androidx.arch.core:core-runtime:2.0.0' --> 'androidx.annotation:annotation:1.0.0'
> Could not resolve androidx.annotation:annotation:1.1.0.
Required by:
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-common:2.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-common-java8:2.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-runtime:2.2.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.lifecycle:lifecycle-runtime:2.2.0 > androidx.arch.core:core-common:2.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.core:core:1.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.collection:collection:1.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.activity:activity:1.0.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.lifecycle:lifecycle-viewmodel:2.1.0
project :integration_test > io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3 > androidx.fragment:fragment:1.1.0 > androidx.activity:activity:1.0.0 > androidx.savedstate:savedstate:1.0.0
> Cannot find a version of 'androidx.annotation:annotation' that satisfies the version constraints:
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Constraint path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.annotation:annotation:{strictly 1.0.0}' because of the following reason: releaseRuntimeClasspath uses version 1.0.0
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'androidx.test:runner:1.2.0' --> 'androidx.test:monitor:1.2.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-common-java8:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.lifecycle:lifecycle-runtime:2.2.0' --> 'androidx.arch.core:core-common:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.collection:collection:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.core:core:1.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.viewpager:viewpager:1.0.0' --> 'androidx.customview:customview:1.0.0' --> 'androidx.annotation:annotation:1.0.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.lifecycle:lifecycle-viewmodel:2.1.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.activity:activity:1.0.0' --> 'androidx.savedstate:savedstate:1.0.0' --> 'androidx.annotation:annotation:1.1.0'
Dependency path 'com.example.integration_test:integration_test:1.0-SNAPSHOT' --> 'io.flutter:flutter_embedding_release:1.0.0-92ae191c17a53144bf4d62f3863c110be08e3fd3' --> 'androidx.fragment:fragment:1.1.0' --> 'androidx.loader:loader:1.0.0' --> 'androidx.lifecycle:lifecycle-livedata:2.0.0' --> 'androidx.arch.core:core-runtime:2.0.0' --> 'androidx.annotation:annotation:1.0.0'
* 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
Included details from running flutter doctor -v
flutter doctor -v output
[✓] Flutter (Channel beta, 1.25.0-8.1.pre, on macOS 11.0.1 20B50 darwin-x64,
locale en-AU)
• Flutter version 1.25.0-8.1.pre at /Users/michaelbui/flutter
• Framework revision 8f89f6505b (3 days ago), 2020-12-15 15:07:52 -0800
• Engine revision 92ae191c17
• Dart version 2.12.0 (build 2.12.0-133.2.beta)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/michaelbui/Library/Android/sdk
• Platform android-30, build-tools 30.0.2
• Java binary at: /Applications/Android
Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
1.8.0_242-release-1644-b3-6915495)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.3, Build version 12C33
• CocoaPods version 1.9.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build
1.8.0_242-release-1644-b3-6915495)
[✓] VS Code (version 1.52.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.17.0
[✓] Connected device (1 available)
• Chrome (web) • chrome • web-javascript • Google Chrome 87.0.4280.88
nstrelow, bradchristie, kishanhitk, fieldinrain, pedromassangocode and 4 more
Metadata
Metadata
Assignees
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toolc: crashStack traces logged to the consoleStack traces logged to the consolec: regressionIt was better in the past than it is nowIt was better in the past than it is nowcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.found in release: 1.25Found to occur in 1.25Found to occur in 1.25has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.