maitrungduc1410 / react-native-video-trim

Video trimmer for React Native App
MIT License
37 stars 14 forks source link

android build failed #6

Closed yousafConovo closed 8 months ago

yousafConovo commented 8 months ago

I am getting this issue after building on android Could not HEAD 'https://www.jitpack.io/com/github/iknow4/android-utils-sdk/1.1.2/android-utils-sdk-1.1.2.pom'. Received status code 401 from server: Unauthorized react native version "0.70.5" eact-native-video-trim version "1.0.3"

maitrungduc1410 commented 8 months ago

Lemme check and get back to you

yousafConovo commented 8 months ago

It turns out that i was adding jcenter in wrong block. I had two block of repositories in my build.gradle instead of adding it to allprojects block i was adding it to buildscript block. After fixing this issue i was getting this error "2 files found with path 'lib/arm64-v8a/libc++_shared.so" i am adding this here so if some has the same error they should be able to resolve it by following this link "https://stackoverflow.com/questions/70890854/2-files-found-with-path-lib-arm64-v8a-libc-shared-so-from-inputs-react-na". Sorry for wasting your time as it was my own mistake to begin with and thank you for this awesome package.