Advertisement
Idadel

android-gradle-error

Mar 26th, 2022
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Welcome to Gradle 7.2!
  2.  
  3. Here are the highlights of this release:
  4. - Toolchain support for Scala
  5. - More cache hits when Java source files have platform-specific line endings
  6. - More resilient remote HTTP build cache behavior
  7.  
  8. For more details see https://docs.gradle.org/7.2/release-notes.html
  9.  
  10. Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
  11.  
  12. > Configure project :firebase_auth
  13. WARNING: The option setting 'android.enableR8=true' is deprecated.
  14. It will be removed in version 5.0 of the Android Gradle plugin.
  15. You will no longer be able to disable R8
  16.  
  17. > Task :location:compileDebugKotlin FAILED
  18. e: /home/idadel/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.3.0/android/src/main/java/com/lyokone/location/FlutterLocationService.kt: (124, 1): Class 'FlutterLocationService' is not abstract and does not implement abstract member public abstract fun onRequestPermissionsResult(p0: Int, p1: Array<(out) String!>, p2: IntArray): Boolean defined in io.flutter.plugin.common.PluginRegistry.RequestPermissionsResultListener
  19. e: /home/idadel/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.3.0/android/src/main/java/com/lyokone/location/FlutterLocationService.kt: (258, 5): 'onRequestPermissionsResult' overrides nothing
  20.  
  21. FAILURE: Build failed with an exception.
  22.  
  23. * What went wrong:
  24. Execution failed for task ':location:compileDebugKotlin'.
  25. > Compilation error. See log for more details
  26.  
  27. * Try:
  28. 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.
  29.  
  30. * Get more help at https://help.gradle.org
  31.  
  32. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  33.  
  34. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  35.  
  36. See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
  37.  
  38. BUILD FAILED in 3m 39s
  39. 260 actionable tasks: 7 executed, 253 up-to-date
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement