flutterlocation icon indicating copy to clipboard operation
flutterlocation copied to clipboard

Build failed on Android (version 4.3.0)

Open burekas7 opened this issue 2 years ago • 4 comments

Describe the bug I'm using these packages:

location: ^4.3.0
firebase_core: ^1.14.1
firebase_auth: ^3.3.14
cloud_firestore: ^3.1.12

When I'm trying to build an app I'm getting these errors:

  • Execution failed for task ':location:compileDebugKotlin'.
  • Class 'FlutterLocationService' is not abstract and does not implement abstract member
  • 'onRequestPermissionsResult' overrides nothing

The full error in the console log: https://paste.ubuntu.com/p/ZGt7gpQDDs/plain/

I have already try the "flutter clean", upgrade packages, changing to older package versions, trying different sdk versions, kotlin versions etc..

Expected behavior It was working and built few weeks ago.

Tested on:

  • Flutter Channel beta, 2.12.0-4.1.pre
  • Android, API Level 28, simulator
  • Android, Samsung Galaxy S8, real device

Other plugins:

dependencies:
  flutter:
    sdk: flutter
  provider: ^6.0.2
  location: ^4.3.0
  flutter_local_notifications: ^9.4.0
  firebase_core: ^1.14.1
  firebase_auth: ^3.3.14
  cloud_firestore: ^3.1.12
  flutter_native_timezone: ^2.0.0
  intl: ^0.17.0

burekas7 avatar Apr 17 '22 09:04 burekas7

Hi Facing the same issue since I switched to flutter beta branch. location: ^4.3.0

jeromeDms avatar Apr 17 '22 14:04 jeromeDms

same issue here

nakqeeb avatar Apr 20 '22 20:04 nakqeeb

SAME ISSUUEEEEE!!! ANYONE HELP!!!

DARK-PROGRAMMER-I avatar Apr 25 '22 07:04 DARK-PROGRAMMER-I

Probably dupe of https://github.com/Lyokone/flutterlocation/issues/698

giorgio79 avatar Apr 26 '22 01:04 giorgio79

Duplicate of #698.

bartekpacia avatar Aug 04 '23 13:08 bartekpacia