code

code


Launching lib/main.dart on sdk gphone64 arm64 in debug mode...

Running Gradle task 'assembleDebug'...

Warning: The plugin flutter_local_notifications requires Android SDK version 33.

For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.

Warning: The plugin flutter_plugin_android_lifecycle requires Android SDK version 33.

For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.

Warning: The plugin google_sign_in_android requires Android SDK version 33.

For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.

Warning: The plugin path_provider_android requires Android SDK version 33.

For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.

Warning: The plugin url_launcher_android requires Android SDK version 33.

For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.

One or more plugins require a higher Android SDK version.

Fix this issue by adding the following to /Users/kemalkendir/Desktop/kazanimapp-master/android/app/build.gradle:

android {

 compileSdkVersion 33

 ...

}


../../FlutterDev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.24.0/lib/src/firebase_app.dart:18:25: Error: Member not found: 'FirebaseAppPlatform.verifyExtends'.

  FirebaseAppPlatform.verifyExtends(_delegate);

            ^^^^^^^^^^^^^



FAILURE: Build failed with an exception.


* Where:

Script '/Users/kemalkendir/FlutterDev/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1156


* What went wrong:

Execution failed for task ':app:compileFlutterBuildDebug'.

> Process 'command '/Users/kemalkendir/FlutterDev/flutter/bin/flutter'' finished with non-zero exit value 1


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


* Get more help at https://help.gradle.org


BUİLD FAILED in 2m 17s

Exception: Gradle task assembleDebug failed with exit code 1


Report Page