chaimPaneth / react-native-zoom-bridge

22 stars 15 forks source link

Error on react-native run-android #2

Closed rananajam1 closed 4 years ago

rananajam1 commented 4 years ago

Heres the log:

laxman-ram-iconnect commented 4 years ago

first you will need to download the zoom SDK for android and place it in under /node_modules/react-native-zoom-bridge/android/libs. Download the SDK from official page(but keep it in mind before downloading check the compatibility with your react-native androidapi version- which u can find in readme section)

get it from here https://github.com/zoom/zoom-sdk-android/releases

find the correct release as per the android API

chaimPaneth commented 4 years ago

Hi @rananajam1

@laxman-ram-iconnect is correct the compiler is saying that your missing the aar files in libs folder so you need to fix the setup process check out the readme https://github.com/chaimPaneth/react-native-zoom-bridge#android I've created a script file that could import the SDK automatically for your convenience.

Thanks