android - 2 files found with path 'libarm64-v8alibZoomTask.so' zoom - Stack Overflow

admin2025-04-16  7

I'm trying to integrate Zoom's flutter_zoom_videosdk: 1.14.0: package into a flutter app. I've downloaded the SDK (v6.2.0.24434) from the Zoom marketplace as this doc said and added to the android project. Now when I'm try to run the app I'm getting this error:

Changes I have made:

Added flutter_zoom_videosdk: ^1.14.0 dependency to the pubspec.yaml

Added a folder named mobilertc to the root of the android project containing 2 files:

  1. mobilertc.aar
  2. build.gradle

Updated the following .gradle files

android/app/build.gradle

android/settings.gradle

What am i doing wrong?,

转载请注明原文地址:http://www.anycun.com/QandA/1744801987a87816.html