cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Problem with Zoom Android SDK integration

evgeniyk7
Newcomer
Newcomer

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?

1 REPLY 1

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

Welcome to the Zoom Community, @evgeniyk7 

 

This is a question more appropriate for the Developers Forum at https://developers.zoom.us/


Ray -- check out the GoodClix website or the Z-SPAN website.