You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem occurred evaluating root project 'android'.
> Basedir /Users/xxx/Downloads/Development/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/android does not exist
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'android'.
Caused by: Basedir /Users/xxx/Downloads/Development/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/android does not exist
Flutter doctor:
[✓] Flutter (Channel stable, 2.5.3, on macOS 11.6 20G165 darwin-x64, locale en-RS)
[✗] Android toolchain - develop for Android devices
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
[!] Xcode - develop for iOS and macOS
✗ CocoaPods installed but not working.
You appear to have CocoaPods installed but it is not working.
This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it.
This can usually be fixed by re-installing CocoaPods.
To re-install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.55.2)
[✓] Connected device (2 available)
It's pointing that error is here:
password = project.properties['YOUR_TOKEN'] ?: ""
If i hardcode the token instead of retrieving it from gradle, then i get:
* What went wrong:
A problem occurred evaluating project ':mapbox_gl'.
> SDK Registry token is null. See README.md for more information.
The text was updated successfully, but these errors were encountered:
Had no issues with iOS
Android:
Flutter doctor:
It's pointing that error is here:
password = project.properties['YOUR_TOKEN'] ?: ""
If i hardcode the token instead of retrieving it from gradle, then i get:
The text was updated successfully, but these errors were encountered: