Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

执行npx react-native run-android时报错 #35749

Closed
qushushu opened this issue Dec 30, 2022 · 1 comment
Closed

执行npx react-native run-android时报错 #35749

qushushu opened this issue Dec 30, 2022 · 1 comment
Labels
Platform: Android Android applications. Resolution: Answered When the issue is resolved with a simple answer

Comments

@qushushu
Copy link

Description

image

Version

0.64.1

Output of npx react-native info

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.

BUILD FAILED in 24s

at makeError (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\execa\index.js:174:9)
at D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\execa\index.js:278:16
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runOnAllDevices (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
at async Command.handleAction (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\@react-native-community\cli\build\index.js:186:9)

info Run CLI with --verbose flag for more details.

Steps to reproduce

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.

BUILD FAILED in 24s

at makeError (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\execa\index.js:174:9)
at D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\execa\index.js:278:16
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runOnAllDevices (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
at async Command.handleAction (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\@react-native-community\cli\build\index.js:186:9)

info Run CLI with --verbose flag for more details.

Snack, code example, screenshot, or link to a repository

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.

BUILD FAILED in 24s

at makeError (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\execa\index.js:174:9)
at D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\execa\index.js:278:16
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runOnAllDevices (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
at async Command.handleAction (D:\wamp\wamp\www\Pro\Pyq\Py\node_modules\@react-native-community\cli\build\index.js:186:9)

info Run CLI with --verbose flag for more details.

@cortinico
Copy link
Contributor

The issue you're having is that you don't have enough storage on your Android device to install a new app. You need to remove some apps to make space for the new one

@cortinico cortinico added Resolution: Answered When the issue is resolved with a simple answer and removed Needs: Triage 🔍 labels Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android Android applications. Resolution: Answered When the issue is resolved with a simple answer
Projects
None yet
Development

No branches or pull requests

3 participants