How to solve expo build faild

Viewed 213

When I try to create the apk file ( expo build:android -c) for the second time The following error was shown Please help

Waiting for build to complete. You can press Ctrl+C to exit. It won't cancel the build, you'll be able to monitor it at the printed URL. × Build failed. Standalone build failed!

1 Answers

Just run expo build:android normally, without -c tag

Related