Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [PLUGIN_NAME_HERE] Your issue title here #4399

Closed
manofi21 opened this issue Dec 15, 2020 · 1 comment
Closed

🐛 [PLUGIN_NAME_HERE] Your issue title here #4399

manofi21 opened this issue Dec 15, 2020 · 1 comment

Comments

@manofi21
Copy link

Bug report

Describe the bug
I got this error when I try to using firebase-ml-vision.

A clear and concise description of what the bug is.
-- Project 'app' depends onto com.google.firebase:[email protected]
-- Project 'app' depends onto com.google.firebase:firebase-bom@{strictly 26.1.0}
-- Project 'app' depends onto com.google.android.gms:play-services-vision-image-label@{strictly 18.0.4}
-- Project 'app' depends onto com.google.firebase:[email protected]
-- Project 'app' depends onto com.google.android.gms:play-services-vision@{strictly 20.0.0}

For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep
endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https://
github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = true }" to your bu
ild.gradle file.

  • 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 3s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Additional context

here in build.gradle

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation platform('com.google.firebase:firebase-bom:26.1.0')
implementation 'com.google.firebase:firebase-analytics:17.3.0'
implementation 'com.google.firebase:firebase-ml-vision:20.0.0'
}

Flutter doctor

Run flutter doctor and paste the output below:

Click To Expand
[√] Flutter (Channel stable, 1.22.5, on Microsoft Windows [Version 10.0.19042.685], locale en-ID)
    • Flutter version 1.22.5 at C:\flutter
    • Framework revision 7891006299 (5 days ago), 2020-12-10 11:54:40 -0800
    • Engine revision ae90085a84
    • Dart version 2.10.4


[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    • Android SDK at C:\Users\Acer\AppData\Local\Android\Sdk
    • Platform android-30, build-tools 30.0.2
    • ANDROID_SDK_ROOT = C:\Users\Acer\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
    • All Android licenses accepted.

[√] Android Studio (version 4.0)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 48.1.2
    • Dart plugin version 193.7361
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[√] VS Code (version 1.52.0)
    • VS Code at C:\Users\Acer\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.17.0

[√] Connected device (1 available)
    • CPH1909 (mobile) • CQONBIEEMFW45965 • android-arm64 • Android 8.1.0 (API 27)

• No issues found!

Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand
dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^1.0.0
  translator: ^0.1.5
  firebase_ml_vision: 
  firebase_core: 
  share: ^0.6.4+1
  image_picker: ^0.6.7+15
  image_cropper:


@manofi21 manofi21 added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Dec 15, 2020
@darshankawar
Copy link

@manofi21
There's similar open issue describing your case, #3995
Please try various solutions mentioned in that issue and see if they work for you. If not, you may have to follow-up there for updates and any questions.
Closing this as duplicate.

@darshankawar darshankawar removed Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Dec 15, 2020
@firebase firebase locked and limited conversation to collaborators Jan 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants