Я пытаюсь связать эту библиотеку под названием реагировать-родной-текст-детектор.Тем не менее, я постоянно получаю сообщение об ошибке «Команда завершилась неудачно»: gradlew.bat installDebug
Я попытался изменить '\' в settings.gradle на '/'.Тем не менее, та же ошибка все еще появляется
Все, что я делал, это
- act-native init textDetectorTesting
- npm install --save Reaction-native-текст-детектор
- ответная ссылка
Это ошибка, которую я получил
BUILD FAILED in 41s
42 actionable tasks: 42 executed
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
Command failed: gradlew.bat installDebug
Error: Command failed: gradlew.bat installDebug
at checkExecSyncError (child_process.js:622:11)
at Object.execFileSync (child_process.js:640:13)
at runOnAllDevices (C:\Users\tanch\textdetector4\node_modules\react-native\local-cli\runAndroid\runAndroid.js:299:19)
at buildAndRun (C:\Users\tanch\textdetector4\node_modules\react-native\local-cli\runAndroid\runAndroid.js:135:12)
at isPackagerRunning.then.result (C:\Users\tanch\textdetector4\node_modules\react-native\local-cli\runAndroid\runAndroid.js:65:12)
at process.internalTickCallback (internal/process/next_tick.js:77:7)