Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
2023-05-22 06:45 AM
My application uses TensorFlowLite library. And I want to add a Zoom Android SDK, but i got a problem of duplicating files:
2 files found with path 'lib/arm64-v8a/libtensorflowlite_gpu_jni.so' from inputs:
- /zoomtest/dependencies/mobilertc/build/.transforms/351c5d94fe06d53d53e7f1b1cc2fa5e2/transformed/mobilertc/jni/arm64-v8a/libtensorflowlite_gpu_jni.so
- /.gradle/caches/transforms-3/2b2676791d20bed97ecf782ed5d9c783/transformed/tensorflow-lite-gpu-2.5.0/jni/arm64-v8a/libtensorflowlite_gpu_jni.so
Also I tried to add `pickFirst` to my build.gradle file:
packagingOptions {
pickFirst 'lib/arm64-v8a/libtensorflowlite_jni.so'
pickFirst 'lib/arm64-v8a/libtensorflowlite_gpu_jni.so'
}
and it doesn't help me, because I got exception during runtime process, that native method wasn't found.
Any ideas, how to solve it? Which version of TensorFlowLite do you use in your SDK? Is it possible to add appropriate version of TensorFlowLite to project and add `pickFirst` to build.gradle file and after this build and run project without errors?
2023-05-22 03:30 PM
Welcome to the Zoom Community, @evgeniyk7
This is a question more appropriate for the Developers Forum at https://developers.zoom.us/