# Video SDK failed to build in React Native

**URL:** https://devforum.zoom.us/t/video-sdk-failed-to-build-in-react-native/102416
**Category:** Video SDK
**Created:** [January 24, 2024, 6:11am UTC](https://devforum.zoom.us/t/video-sdk-failed-to-build-in-react-native/102416 "2024-01-24T06:11:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sandeep.mohanan](https://avatars.discourse-cdn.com/v4/letter/s/3e96dc/32.png) [@sandeep.mohanan](https://devforum.zoom.us/u/sandeep.mohanan)
#### Post date: [January 24, 2024, 6:11am UTC](https://devforum.zoom.us/t/video-sdk-failed-to-build-in-react-native/102416/1 "2024-01-24T06:11:26Z")

</div>

I created a new react native project and tried ti integrate the android video SDK.  
After adding the line “'implementation ‘us.zoom.videosdk:ZoomVideoSDK:’”, in app/build.gradle my app fails to build it shows an error .

FAILURE: Build failed with an exception.

- What went wrong:  
Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’.

> Could not resolve all task dependencies for configuration ‘:app:debugCompileClasspath’.  
> Could not find us.zoom.videosdk:ZoomVideoSDK:1.9.5.  
> Required by:  
> project :app

- 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.  
> Get more help at [https://help.gradle.org](https://help.gradle.org).

i followed the instruction on [Video SDK - Android - Integrate (zoom.us)](https://developers.zoom.us/docs/video-sdk/android/integrate/#import-the-sdk-libraries)

---

<div class="post-metadata">

### Author: ![salmanrana888](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/salmanrana888/32/57645_2.png) [@salmanrana888](https://devforum.zoom.us/u/salmanrana888)
#### Post date: [March 29, 2024, 10:16pm UTC](https://devforum.zoom.us/t/video-sdk-failed-to-build-in-react-native/102416/2 "2024-03-29T22:16:02Z")

</div>

What issue are you facing? Can you share the logs?

---

<div class="post-metadata">

### Author: ![neptunelifeapp](https://avatars.discourse-cdn.com/v4/letter/n/a9adbd/32.png) [@neptunelifeapp](https://devforum.zoom.us/u/neptunelifeapp)
#### Post date: [July 29, 2024, 10:11am UTC](https://devforum.zoom.us/t/video-sdk-failed-to-build-in-react-native/102416/3 "2024-07-29T10:11:27Z")

</div>

hi salman ,  
could you please help mein to implemment zoom vidio sdk in my react native application
