当前位置: 首页 > 知识库问答 >
问题:

geolocator和onesignal_flutter插件之间的不兼容导致应用程序意外终止

赫连黎昕
2023-03-14

将以下依赖项添加到pubspec.yaml中:

onesignal_flutter:^2.0.0

地理定位器:^5.1.3

>

  • 运行应用程序(返回请求迁移到androidX的错误)

    完成应用程序并将项目迁移到androidX

    再次运行应用程序

    该应用程序将简单地停止工作期间,您的启动!

    有谁能帮我了解一下可能发生的事情吗?

    原木颤振医生

    flutter doctor -v
    [√] Flutter (Channel stable, v1.9.1+hotfix.5, on Microsoft Windows [versão 10.0.17134.1006], locale pt-BR)
    • Flutter version 1.9.1+hotfix.5 at C:\projects\flutter
    • Framework revision 1aedbb1 (6 days ago), 2019-10-17 08:37:27 -0700
    • Engine revision b863200c37
    • Dart version 2.5.0
    
    [√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at C:\Users\AGENCIA UNIO DEV\AppData\Local\Android\sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.2
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
    • All Android licenses accepted.
    
    [√] Android Studio (version 3.5)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 40.2.2
    • Dart plugin version 191.8593
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
    
    [√] VS Code (version 1.33.1)
    • VS Code at C:\Users\AGENCIA UNIO DEV\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 2.26.0
    
    [√] Connected device (1 available)
    • Lenovo K33b36 • 3b1eda5a • android-arm • Android 7.0 (API 24)
    
    • No issues found!
    

    显示的唯一错误是

    登录运行应用程序

    我在我的Android/文件夹中运行./gradlew androidDependencies

    releaseCompileClasspath - Dependencies for compilation
    +--- C:\projects\flutter\bin\cache\artifacts\engine\android-arm64-release\flutter.jar
    +--- com.google.android.gms:play-services-location:16.0.0@aar
    +--- com.google.android.gms:play-services-base:16.0.1@aar
    +--- com.google.android.gms:play-services-places-placereport:16.0.0@aar
    +--- com.google.android.gms:play-services-tasks:16.0.1@aar
    +--- com.google.android.gms:play-services-basement:16.0.1@aar
    +--- androidx.legacy:legacy-support-v4:1.0.0-rc01@aar
    +--- androidx.media:media:1.0.0-rc01@aar
    +--- androidx.fragment:fragment:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-ui:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-utils:1.0.0-rc01@aar
    +--- androidx.loader:loader:1.0.0-rc01@aar
    +--- androidx.viewpager:viewpager:1.0.0-rc01@aar
    +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01@aar
    +--- androidx.drawerlayout:drawerlayout:1.0.0-rc01@aar
    +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01@aar
    +--- androidx.customview:customview:1.0.0-rc01@aar
    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01@aar
    +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01@aar
    +--- androidx.core:core:1.0.0-rc01@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0-rc01@aar
    +--- androidx.collection:collection:1.0.0-rc01@jar
    +--- androidx.documentfile:documentfile:1.0.0-rc01@aar
    +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01@aar
    +--- androidx.print:print:1.0.0-rc01@aar
    +--- androidx.interpolator:interpolator:1.0.0-rc01@aar
    +--- androidx.cursoradapter:cursoradapter:1.0.0-rc01@aar
    +--- androidx.annotation:annotation:1.0.1@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0-rc01@jar
    +--- androidx.arch.core:core-runtime:2.0.0-rc01@aar
    \--- androidx.arch.core:core-common:2.0.0-rc01@jar
    
    releaseRuntimeClasspath - Dependencies for runtime/packaging
    +--- com.google.android.gms:play-services-location:16.0.0@aar
    +--- com.google.android.gms:play-services-base:16.0.1@aar
    +--- com.google.android.gms:play-services-places-placereport:16.0.0@aar
    +--- com.google.android.gms:play-services-tasks:16.0.1@aar
    +--- com.google.android.gms:play-services-basement:16.0.1@aar
    +--- androidx.legacy:legacy-support-v4:1.0.0-rc01@aar
    +--- androidx.media:media:1.0.0-rc01@aar
    +--- androidx.fragment:fragment:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-ui:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-utils:1.0.0-rc01@aar
    +--- androidx.loader:loader:1.0.0-rc01@aar
    +--- androidx.viewpager:viewpager:1.0.0-rc01@aar
    +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01@aar
    +--- androidx.drawerlayout:drawerlayout:1.0.0-rc01@aar
    +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01@aar
    +--- androidx.customview:customview:1.0.0-rc01@aar
    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01@aar
    +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01@aar
    +--- androidx.core:core:1.0.0-rc01@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0-rc01@aar
    +--- androidx.collection:collection:1.0.0-rc01@jar
    +--- androidx.documentfile:documentfile:1.0.0-rc01@aar
    +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01@aar
    +--- androidx.print:print:1.0.0-rc01@aar
    +--- androidx.interpolator:interpolator:1.0.0-rc01@aar
    +--- androidx.cursoradapter:cursoradapter:1.0.0-rc01@aar
    +--- androidx.annotation:annotation:1.0.1@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0-rc01@jar
    +--- androidx.arch.core:core-runtime:2.0.0-rc01@aar
    \--- androidx.arch.core:core-common:2.0.0-rc01@jar
    
    releaseUnitTest
    releaseUnitTestCompileClasspath - Dependencies for compilation
    +--- com.google.android.gms:play-services-location:16.0.0@aar
    +--- com.google.android.gms:play-services-base:16.0.1@aar
    +--- com.google.android.gms:play-services-places-placereport:16.0.0@aar
    +--- com.google.android.gms:play-services-tasks:16.0.1@aar
    +--- com.google.android.gms:play-services-basement:16.0.1@aar
    +--- androidx.legacy:legacy-support-v4:1.0.0-rc01@aar
    +--- androidx.media:media:1.0.0-rc01@aar
    +--- androidx.fragment:fragment:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-ui:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-utils:1.0.0-rc01@aar
    +--- androidx.loader:loader:1.0.0-rc01@aar
    +--- androidx.viewpager:viewpager:1.0.0-rc01@aar
    +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01@aar
    +--- androidx.drawerlayout:drawerlayout:1.0.0-rc01@aar
    +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01@aar
    +--- androidx.customview:customview:1.0.0-rc01@aar
    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01@aar
    +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01@aar
    +--- androidx.core:core:1.0.0-rc01@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0-rc01@aar
    +--- androidx.collection:collection:1.0.0-rc01@jar
    +--- androidx.documentfile:documentfile:1.0.0-rc01@aar
    +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01@aar
    +--- androidx.print:print:1.0.0-rc01@aar
    +--- androidx.interpolator:interpolator:1.0.0-rc01@aar
    +--- androidx.cursoradapter:cursoradapter:1.0.0-rc01@aar
    +--- androidx.annotation:annotation:1.0.1@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0-rc01@jar
    +--- androidx.arch.core:core-runtime:2.0.0-rc01@aar
    \--- androidx.arch.core:core-common:2.0.0-rc01@jar
    
    releaseUnitTestRuntimeClasspath - Dependencies for runtime/packaging
    +--- com.google.android.gms:play-services-location:16.0.0@aar
    +--- com.google.android.gms:play-services-base:16.0.1@aar
    +--- com.google.android.gms:play-services-places-placereport:16.0.0@aar
    +--- com.google.android.gms:play-services-tasks:16.0.1@aar
    +--- com.google.android.gms:play-services-basement:16.0.1@aar
    +--- androidx.legacy:legacy-support-v4:1.0.0-rc01@aar
    +--- androidx.media:media:1.0.0-rc01@aar
    +--- androidx.fragment:fragment:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-ui:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-utils:1.0.0-rc01@aar
    +--- androidx.loader:loader:1.0.0-rc01@aar
    +--- androidx.viewpager:viewpager:1.0.0-rc01@aar
    +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01@aar
    +--- androidx.drawerlayout:drawerlayout:1.0.0-rc01@aar
    +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01@aar
    +--- androidx.customview:customview:1.0.0-rc01@aar
    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01@aar
    +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01@aar
    +--- androidx.core:core:1.0.0-rc01@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0-rc01@aar
    +--- androidx.collection:collection:1.0.0-rc01@jar
    +--- androidx.documentfile:documentfile:1.0.0-rc01@aar
    +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01@aar
    +--- androidx.print:print:1.0.0-rc01@aar
    +--- androidx.interpolator:interpolator:1.0.0-rc01@aar
    +--- androidx.cursoradapter:cursoradapter:1.0.0-rc01@aar
    +--- androidx.annotation:annotation:1.0.1@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0-rc01@jar
    +--- androidx.arch.core:core-runtime:2.0.0-rc01@aar
    \--- androidx.arch.core:core-common:2.0.0-rc01@jar
    
    > Task :location_permissions:androidDependencies
    debug
    debugCompileClasspath - Dependencies for compilation
    +--- C:\projects\flutter\bin\cache\artifacts\engine\android-arm64\flutter.jar
    +--- androidx.multidex:multidex:2.0.0@aar
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    debugRuntimeClasspath - Dependencies for runtime/packaging
    +--- androidx.multidex:multidex:2.0.0@aar
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    debugAndroidTest
    debugAndroidTestCompileClasspath - Dependencies for compilation
    +--- androidx.multidex:multidex-instrumentation:2.0.0@aar
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    +--- androidx.annotation:annotation:1.1.0@jar
    \--- androidx.multidex:multidex:2.0.0@aar
    
    debugAndroidTestRuntimeClasspath - Dependencies for runtime/packaging
    +--- androidx.multidex:multidex-instrumentation:2.0.0@aar
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    +--- androidx.annotation:annotation:1.1.0@jar
    \--- androidx.multidex:multidex:2.0.0@aar
    
    debugUnitTest
    debugUnitTestCompileClasspath - Dependencies for compilation
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    debugUnitTestRuntimeClasspath - Dependencies for runtime/packaging
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    profile
    profileCompileClasspath - Dependencies for compilation
    +--- C:\projects\flutter\bin\cache\artifacts\engine\android-arm64-profile\flutter.jar
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    +--- androidx.annotation:annotation:1.1.0@jar
    \--- androidx.multidex:multidex:2.0.0@aar
    
    profileRuntimeClasspath - Dependencies for runtime/packaging
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    +--- androidx.annotation:annotation:1.1.0@jar
    \--- androidx.multidex:multidex:2.0.0@aar
    
    profileUnitTest
    profileUnitTestCompileClasspath - Dependencies for compilation
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    profileUnitTestRuntimeClasspath - Dependencies for runtime/packaging
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    release
    releaseCompileClasspath - Dependencies for compilation
    +--- C:\projects\flutter\bin\cache\artifacts\engine\android-arm64-release\flutter.jar
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    +--- androidx.annotation:annotation:1.1.0@jar
    \--- androidx.multidex:multidex:2.0.0@aar
    
    releaseRuntimeClasspath - Dependencies for runtime/packaging
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    +--- androidx.annotation:annotation:1.1.0@jar
    \--- androidx.multidex:multidex:2.0.0@aar
    
    releaseUnitTest
    releaseUnitTestCompileClasspath - Dependencies for compilation
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    releaseUnitTestRuntimeClasspath - Dependencies for runtime/packaging
    +--- androidx.core:core:1.0.2@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0@aar
    +--- androidx.collection:collection:1.0.0@jar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0@jar
    +--- androidx.arch.core:core-common:2.0.0@jar
    \--- androidx.annotation:annotation:1.1.0@jar
    
    > Task :onesignal_flutter:androidDependencies
    debug
    debugCompileClasspath - Dependencies for compilation
    +--- C:\projects\flutter\bin\cache\artifacts\engine\android-arm64\flutter.jar
    +--- com.onesignal:OneSignal:3.11.4@aar
    +--- com.google.firebase:firebase-messaging:12.0.1@aar
    +--- com.google.android.gms:play-services-location:12.0.1@aar
    +--- com.google.android.gms:play-services-base:12.0.1@aar
    +--- com.google.firebase:firebase-iid:12.0.1@aar
    +--- com.google.firebase:firebase-common:12.0.1@aar
    +--- com.google.android.gms:play-services-tasks:12.0.1@aar
    +--- com.google.android.gms:play-services-basement:12.0.1@aar
    +--- androidx.legacy:legacy-support-v4:1.0.0-rc01@aar
    +--- androidx.browser:browser:1.0.0-rc01@aar
    +--- androidx.cardview:cardview:1.0.0-rc01@aar
    +--- com.google.firebase:firebase-messaging-license:12.0.1@aar
    +--- com.google.android.gms:play-services-location-license:12.0.1@aar
    +--- com.google.android.gms:play-services-base-license:12.0.1@aar
    +--- androidx.media:media:1.0.0-rc01@aar
    +--- androidx.fragment:fragment:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-ui:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-utils:1.0.0-rc01@aar
    +--- androidx.loader:loader:1.0.0-rc01@aar
    +--- androidx.viewpager:viewpager:1.0.0-rc01@aar
    +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01@aar
    +--- androidx.drawerlayout:drawerlayout:1.0.0-rc01@aar
    +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01@aar
    +--- androidx.customview:customview:1.0.0-rc01@aar
    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01@aar
    +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01@aar
    +--- androidx.core:core:1.0.0-rc01@aar
    +--- androidx.interpolator:interpolator:1.0.0-rc01@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0-rc01@aar
    +--- androidx.collection:collection:1.0.0-rc01@jar
    +--- androidx.documentfile:documentfile:1.0.0-rc01@aar
    +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01@aar
    +--- androidx.print:print:1.0.0-rc01@aar
    +--- androidx.cursoradapter:cursoradapter:1.0.0-rc01@aar
    +--- androidx.annotation:annotation:1.0.0-rc01@jar
    +--- com.google.firebase:firebase-iid-license:12.0.1@aar
    +--- com.google.android.gms:play-services-basement-license:12.0.1@aar
    +--- com.google.firebase:firebase-common-license:12.0.1@aar
    +--- com.google.android.gms:play-services-tasks-license:12.0.1@aar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0-rc01@jar
    +--- androidx.arch.core:core-runtime:2.0.0-rc01@aar
    \--- androidx.arch.core:core-common:2.0.0-rc01@jar
    
    debugRuntimeClasspath - Dependencies for runtime/packaging
    +--- com.onesignal:OneSignal:3.11.4@aar
    +--- com.google.firebase:firebase-messaging:12.0.1@aar
    +--- com.google.android.gms:play-services-location:12.0.1@aar
    +--- com.google.android.gms:play-services-base:12.0.1@aar
    +--- com.google.firebase:firebase-iid:12.0.1@aar
    +--- com.google.firebase:firebase-common:12.0.1@aar
    +--- com.google.android.gms:play-services-tasks:12.0.1@aar
    +--- com.google.android.gms:play-services-basement:12.0.1@aar
    +--- androidx.legacy:legacy-support-v4:1.0.0-rc01@aar
    +--- androidx.browser:browser:1.0.0-rc01@aar
    +--- androidx.cardview:cardview:1.0.0-rc01@aar
    +--- com.google.firebase:firebase-messaging-license:12.0.1@aar
    +--- com.google.android.gms:play-services-location-license:12.0.1@aar
    +--- com.google.android.gms:play-services-base-license:12.0.1@aar
    +--- androidx.media:media:1.0.0-rc01@aar
    +--- androidx.fragment:fragment:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-ui:1.0.0-rc01@aar
    +--- androidx.legacy:legacy-support-core-utils:1.0.0-rc01@aar
    +--- androidx.loader:loader:1.0.0-rc01@aar
    +--- androidx.viewpager:viewpager:1.0.0-rc01@aar
    +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0-rc01@aar
    +--- androidx.drawerlayout:drawerlayout:1.0.0-rc01@aar
    +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0-rc01@aar
    +--- androidx.customview:customview:1.0.0-rc01@aar
    +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01@aar
    +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01@aar
    +--- androidx.core:core:1.0.0-rc01@aar
    +--- androidx.interpolator:interpolator:1.0.0-rc01@aar
    +--- androidx.versionedparcelable:versionedparcelable:1.0.0-rc01@aar
    +--- androidx.collection:collection:1.0.0-rc01@jar
    +--- androidx.documentfile:documentfile:1.0.0-rc01@aar
    +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0-rc01@aar
    +--- androidx.print:print:1.0.0-rc01@aar
    +--- androidx.cursoradapter:cursoradapter:1.0.0-rc01@aar
    +--- androidx.annotation:annotation:1.0.0-rc01@jar
    +--- com.google.firebase:firebase-iid-license:12.0.1@aar
    +--- com.google.android.gms:play-services-basement-license:12.0.1@aar
    +--- com.google.firebase:firebase-common-license:12.0.1@aar
    +--- com.google.android.gms:play-services-tasks-license:12.0.1@aar
    +--- androidx.lifecycle:lifecycle-runtime:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0-rc01@aar
    +--- androidx.lifecycle:lifecycle-common:2.0.0-rc01@jar
    +--- androidx.arch.core:core-runtime:2.0.0-rc01@aar
    \--- androidx.arch.core:core-common:2.0.0-rc01@jar
    
  • 暂时还没有答案

     类似资料:
    • 我们有一个运行在java 7上的服务器端进程:java-version:java version“1.7.0”java(TM)SE运行时环境(build 1.7.0-b147)java HotSpot(TM)64位服务器VM(build 21.0-b17,混合模式) 它接受来自我们自己开发的java应用程序(通过正确签名的JNLP启动)的SSL连接。 通常情况下,不管客户机应用程序是运行在Java

    • 本文终于要结束了。到第4章为止,我们介绍了与 Memcached 直接相关的话题,本次介绍一些 mixi 的案例和实际应用上的话题,并介绍一些与 Memcached 兼容的程序。 5.1 mixi 案例研究 mixi 在提供服务的初期阶段就使用了Memcached。随着网站访问量的急剧增加,单纯为数据库添加 slave 已无法满足需要,因此引入了 Memcached 。此外我们也从增加可扩展性的方

    • 我最近在Google Play商店上发布了我的Flutter应用程序。我是Android的新手,所以买了一个BLU Advance来测试这个应用程序。这款应用程序成功发布了测试版,我可以设置我的手机和Google Play Store的配置文件,但我收到的错误是我的应用程序不兼容。请参阅此处: 这是典型的应用程序不适用所有手机吗?我怎样才能最好地使我的应用程序能够被所有(或尽可能多的)Androi

    • IntelliJ IDEA 2020.1(终极版)中的Lombok插件与此IDE实例不兼容。我不知道是我的机器出了问题还是每个人的机器出了问题: 它能修好吗?还是暂时的问题?

    • 我将项目更新为Xcode 5,并在构建设置中启用了模块。但是,当我使用时,我在程序中看到编译器错误

    • 我刚刚发布了我的应用程序为穿戴设备,它的手表脸,没有任何UI为电话应用程序。我上传到了Google Play。但它说这个应用程序与你的设备不兼容。到所有用户或设备。 有人知道吗?