简体   繁体   中英

Can't Build Ionic Project

FAILURE: Build failed with an exception.

  • What went wrong : Failed to capture fingerprint of input files for task ': app:preDebugBuild ' property ' compileManifests ' during up-to-date check.

    The library com.google.android.gms:play-services-base is being requested by various other libraries at [[11.0.1,11.0.1]] , but resolves to 17.1.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

  • 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.

  • What went wrong : Failed to capture fingerprint of input files for task ': app:preDebugBuild ' property ' compileManifests ' during up-to-date check.

    The library com.google.android.gms:play-services-base is being requested by various other libraries at [[11.0.1,11.0.1]] , but resolves to 17.1.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies .

Try removing your cordova-plugin-firebase and add it agian from the latest major releases .

cordova plugin rm cordova-plugin-firebase cordova plugin add cordova-plugin-firebase-lib

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM