Reputation: 21
I am a beginner to expo. I would like to generate APK, using expo build: android but I get this error (× Build failed. Standalone build failed). Please, how to solve this problem.? thank you
Upvotes: 1
Views: 4423
Reputation: 29
first of all, you change your icon in the app.json icon extension .png required then delete .expo file in your project then expo build:android -c
Upvotes: 1