decodedhealth / flutter_zoom_plugin

Flutter plugin for zoom
Apache License 2.0
125 stars 83 forks source link

Error after adding pubspec dependency #46

Open pradgc opened 4 years ago

pradgc commented 4 years ago

After I add in pubspec.yaml, I am getting the following error -

FAILURE: Build failed with an exception.

BUILD FAILED in 14s Exception: Gradle task assembleDebug failed with exit code 1

Please help

DzungTNgo commented 3 years ago

Hi,

Could you please provide more information about flutter doctor output, device used, version etc. as outlined in the bug report template?

ortal83cohen commented 3 years ago

I've got the same issue, after updating the android project to com.android.tools.build:gradle:4.0.0

rubensbarreto commented 3 years ago

Good evening same issue here running on android simulator, using Visual Studio Code 1.48.2, VSCode Flutter plugin 3.13.2 here are the info:

Branch:master Flutter Doctor output: [✓] Flutter (Channel stable, 1.20.2, on Mac OS X 10.15.6 19G2021, locale en-BR) [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 11.7) [✓] Android Studio (version 4.0) [✓] VS Code (version 1.48.2) [✓] Connected device (1 available)

• No issues found!

Android Simulator:Pixel 3 API 29 (android-x86 emulator) build.gradle config: minSdkVersion 24 targetSdkVersion 29

But, if i run it from Android Studio it compiles and works, so it seems to be an issue only when running from Visual Studio Code

hashirventhodi commented 2 years ago

any solution?

dhruvsakariyalvits commented 2 years ago

I've got the same issue, after updating the android project to com.android.tools.build:gradle:4.0.0

same here.