не может собрать приложение для android после извлечения в собственный проект - PullRequest
2 голосов
/ 01 мая 2020

После извлечения моего проекта экспо в родной

я не могу экспортировать файл APK

. Что мне интересно, так почему стоит рассмотреть эту задачу: ??

Задача: app: bundleReleaseExpoUpdatesAssets FAILED

Я извлек выставку, в этой задаче она завершается неудачно

вот полные журналы Android Studio

Opening `/dev/tty` failed (6): Device not configured
resize:  can't open terminal /dev/tty
┌─────────────────────────────────────────────────────────────────────────┐
│                                                                         │
│   There is a new version of expo-cli available (3.20.0).                │
│   You are currently using expo-cli 3.13.8                               │
│   Install expo-cli globally using the package manager of your choice;   │
│   for example: `npm install -g expo-cli` to get the latest version      │
│                                                                         │
└─────────────────────────────────────────────────────────────────────────┘
[03:17:25] Cannot read property 'publishManifestPath' of undefined
[03:17:25] Set EXPO_DEBUG=true in your env to view the stack trace.

> Task :app:bundleReleaseExpoUpdatesAssets FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:bundleReleaseExpoUpdatesAssets'.
> Process 'command './node_modules/expo-updates/run-expo.sh'' finished with non-zero exit value 1

* 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.
...