Open anastely opened 5 years ago
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 run-android
"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
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
Could not find com.github.prscX:AndroidAudioRecorder:a92f49f217. Searched in the following locations:
Same issue with me happend when install this library,Guide us if you can solve this error.
Any solution?
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.here is an error output: