Не удалось выполнить задачу «: app: processReleaseResources». - PullRequest
0 голосов
/ 23 мая 2018

Я запускаю пример приложения.Когда я генерирую apk для Android, получаю ошибку, как это ......

FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:processReleaseResources'.
    > Failed to process resources, see aapt output above for details.

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    * Get more help at https://help.gradle.org

    BUILD FAILED in 59s
    39 actionable tasks: 36 executed, 3 up-to-date

Пожалуйста, дайте мне любое предложение для этого.Спасибо.

1 Ответ

0 голосов
/ 23 мая 2018

Вам нужно удалить папку ios, android и node module.Выполните следующие команды

1)  npm install //to get the node module folder

2) react-native upgrade //to get android and ios folder

3) react-native link // for linking the libraries

3) react-native run-ios/android
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...