ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
39 stars 84 forks source link

Not able to run build in my device #98

Open aditechdev opened 1 year ago

aditechdev commented 1 year ago

I am not able to run build, I tried running:

  1. flutter clean
  2. flutter pub get
  3. flutter pub run flutter_zoom_sdk:unzip_zoom_sdk
  4. and after flutter run I am getting this error in my console

it is coming in android and didn't tried in iOS

Currently using this version flutter_zoom_sdk: ^1.1.0+4

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugResources'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Failed to transform commonlib-.aar (:commonlib:) to match attributes {artifactType=android-compiled-dependencies-resources, org.gradle.status=integration}.
      > Execution failed for AarResourcesCompilerTransform: /Users/adityaanand/.gradle/caches/transforms-2/files-2.1/fefa4c810a121b04cd010685377f672e/jetified-commonlib.
         > /Users/adityaanand/.gradle/caches/transforms-2/files-2.1/fefa4c810a121b04cd010685377f672e/jetified-commonlib/AndroidManifest.xml
   > Failed to transform mobilertc-.aar (:mobilertc:) to match attributes {artifactType=android-compiled-dependencies-resources, org.gradle.status=integration}.
      > Execution failed for AarResourcesCompilerTransform: /Users/adityaanand/.gradle/caches/transforms-2/files-2.1/fefa4c810a121b04cd010685377f672e/jetified-commonlib.
         > /Users/adityaanand/.gradle/caches/transforms-2/files-2.1/fefa4c810a121b04cd010685377f672e/jetified-commonlib/AndroidManifest.xml

* 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.
aditechdev commented 1 year ago

My flutter version

Flutter 3.3.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision e3c29ec00c (6 days ago) • 2022-09-14 08:46:55 -0500 Engine • revision a4ff2c53d8 Tools • Dart 2.18.1 • DevTools 2.15.0

My project sdk requirement From pubspec.yaml environment: sdk: ">=2.7.0 <3.0.0"

Please review this urgently

afemia commented 1 year ago

Looks like the dropbox links in bin/unzip_zoom_sdk are dead...