react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

A problem occurred evaluating project ':react-native-vlc-media-player'.

Open Hull95 opened this issue 3 years ago • 4 comments

A problem occurred evaluating project ':react-native-vlc-media-player'.

Could not find method provided() for arguments [directory 'libs'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

react-native version is 0.68.1

Hull95 avatar May 13 '22 07:05 Hull95

A problem occurred evaluating project ':react-native-vlc-media-player'.

Could not find method provided() for arguments [directory 'libs'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

react-native version is 0.68.1

Same issue for me also

IndrakumarR avatar Jun 03 '22 11:06 IndrakumarR

Me too

CrhistianDLM avatar Aug 07 '22 02:08 CrhistianDLM

add in app/build.gradle android { packagingOptions { pickFirst 'lib/x86/libc++_shared.so' pickFirst 'lib/x86_64/libc++_shared.so' pickFirst 'lib/armeabi-v7a/libc++_shared.so' pickFirst 'lib/arm64-v8a/libc++_shared.so'

}

JYFlows avatar Nov 16 '22 02:11 JYFlows