I have been working with expo build classsic, without problems it generated an .APK file and it opened correctly on a real device. But now, I have tried with EAS build, and everything runs fine (I have followed the EAS build documentation) after configuring the eas.json file and typing the command: eas build -p android --profile "… …”, But when I install on a real device, it crashes after the splash screen is shown, and closes automatically.
Is there a way to see what the error is in a log?
Should I check the dependencies?
Should I remove main from the package.json file?
I used Expo SDK 45.