I am having this error after executing flutter run
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find :commonlib:.
Searched in the following locations:
file:/Users/shareefdweikat/.pub-cache/hosted/pub.dev/zoom_allinonesdk-0.0.5/android/libs/commonlib.aar
Required by:
project :app > project :zoom_allinonesdk
Could not find :mobilertc:.
Searched in the following locations:
file:/Users/shareefdweikat/.pub-cache/hosted/pub.dev/zoom_allinonesdk-0.0.5/android/libs/mobilertc.aar
Required by:
project :app > project :zoom_allinonesdk
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
BUILD FAILED in 6s
Running Gradle task 'assembleDebug'... 6.8s
Error: Gradle task assembleDebug failed with exit code 1
My pubspec.yml
name: psych911
description: A new Flutter project.
Add assets from the images directory to the application.
- assets/images/
Flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.0, on macOS 13.3 22E252 darwin-arm64 (Rosetta), locale en-PS)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 14.3)
! Flutter recommends a minimum Xcode version of 15.
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.46.1)
[✓] VS Code (version 1.48.2)
[✓] Connected device (4 available)
[✓] Network resources
I am having this error after executing
flutter run
My pubspec.yml
Flutter doctor