react-native-voice-recorder
react-native-voice-recorder copied to clipboard
build failed after install RN-Voice-recorder - Android?
Hey,
I want to use this library but after installing it and run react-native run-android
, I got some error and the app couldn't build So how can I solve it?
thanks in advance.
"react-native": "0.60.5",
"react-native-voice-recorder": "^1.0.1",
here is an error output:
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find com.github.prscX:AndroidAudioRecorder:a92f49f217. Searched in the following locations: - file:/Users/anas/.m2/repository/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.pom - file:/Users/anas/.m2/repository/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.jar - file:/Volumes/Work/Works/clinte-1/lmaalam/node_modules/react-native/android/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.pom - file:/Volumes/Work/Works/clinte-1/lmaalam/node_modules/react-native/android/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.jar - file:/Volumes/Work/Works/clinte-1/lmaalam/node_modules/jsc-android/dist/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.pom - file:/Volumes/Work/Works/clinte-1/lmaalam/node_modules/jsc-android/dist/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.jar - https://dl.google.com/dl/android/maven2/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.pom - https://dl.google.com/dl/android/maven2/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.jar - https://jcenter.bintray.com/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.pom - https://jcenter.bintray.com/com/github/prscX/AndroidAudioRecorder/a92f49f217/AndroidAudioRecorder-a92f49f217.jar Required by: project :app > project :react-native-voice-recorder
Same issue with me happend when install this library,Guide us if you can solve this error.
Any solution?