I have used the command "npx eas build --platform android" and it was not showing any error but after 5-6 mins the process just stopped and shown this error message after build failed
No such error was showing while running on the expo go app or on the android emulator ,the app is running perfectly wihtout showing any error but don't know why this is happening while creating build for the app.
Please help me regarding this issue.
Try running
./gradlew clean
in your terminal inside the android folder. And see what error you get there. If the error remains the same, try executing this commandgradlew --scan assembleRelease
. Feel free to post errors on here and ask for more help!