Advertisement
OmarYehiaDev

Untitled

Jan 19th, 2021
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 2.33 KB | None | 0 0
  1. event sent after app closed: {id: 0, progressId: null, message: Running "flutter pub get" in e_soor...}
  2. event sent after app closed: {id: 0, progressId: null, finished: true}
  3. Launching lib\main.dart on M2003J15SC in debug mode...
  4.  lib\main.dart
  5. Note: C:\Native\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-0.7.0\android\src\main\java\io\flutter\plugins\firebase\core\FlutterFirebaseCorePlugin.java uses or overrides a deprecated API.
  6. Note: Recompile with -Xlint:deprecation for details.
  7. Note: C:\Native\flutter\.pub-cache\hosted\pub.dartlang.org\cloud_firestore-0.16.0\android\src\main\java\io\flutter\plugins\firebase\firestore\streamhandler\TransactionStreamHandler.java uses unchecked or unsafe operations.
  8. Note: Recompile with -Xlint:unchecked for details.
  9.  
  10. FAILURE: Build failed with an exception.
  11.  
  12. * What went wrong:
  13. Execution failed for task ':awesome_notifications:javaPreCompileDebug'.
  14. > Could not resolve all files for configuration ':awesome_notifications:debugAnnotationProcessorClasspath'.
  15.    > Could not download lifecycle-compiler.jar (androidx.lifecycle:lifecycle-compiler:2.2.0)
  16.       > Could not get resource 'https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-compiler/2.2.0/lifecycle-compiler-2.2.0.jar'.
  17.          > Could not GET 'https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-compiler/2.2.0/lifecycle-compiler-2.2.0.jar'.
  18.             > dl.google.com
  19.  
  20. * Try:
  21. 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.
  22.  
  23. * Get more help at https://help.gradle.org
  24.  
  25. BUILD FAILED in 5m 25s
  26. The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility.
  27. Building plugin awesome_notifications...
  28.  
  29. FAILURE: Build failed with an exception.
  30.  
  31. * What went wrong:
  32. Task 'assembleAarRelease' not found in root project 'awesome_notifications'.
  33.  
  34. * Try:
  35. Run gradlew tasks to get a list of available tasks. 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.
  36.  
  37. * Get more help at https://help.gradle.org
  38.  
  39. BUILD FAILED in 11s
  40. Exception: The plugin awesome_notifications could not be built due to the issue above.
  41. Exited (sigterm)
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement