Проблема с подключением библиотек - PullRequest
0 голосов
/ 04 февраля 2019

Я пытаюсь связать эту библиотеку под названием реагировать-родной-текст-детектор.Тем не менее, я постоянно получаю сообщение об ошибке «Команда завершилась неудачно»: gradlew.bat installDebug

Я попытался изменить '\' в settings.gradle на '/'.Тем не менее, та же ошибка все еще появляется

Все, что я делал, это

  1. act-native init textDetectorTesting
  2. npm install --save Reaction-native-текст-детектор
  3. ответная ссылка

Это ошибка, которую я получил

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)
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...