-
Notifications
You must be signed in to change notification settings - Fork 33
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
EAS custom build requires prebuild, also android emulator doesn't work. #678
Labels
bug
Something isn't working
Comments
please note that eas.json probably does not have an android simulater build, so make sure eas.json builds match your profile name in your launch configuration |
i could partly solve the android issue by manually installing the build, after renaming it to have the .apk extension
but its still having some issues loading my app (stays in 'Attaching debugger' phase)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
EAS build requires
expo prebuild
to be run and contain android and ios folder explicitly. Which I guess shouldn't be the case since the build is being used from eas as seen the log.launch.json
Further on executing the command
expo prebuild
and build being used from eas following are the failures for:android
ios works fine.
I have followed all the troubleshooting steps mentioned here: https://ide.swmansion.com/docs/troubleshooting
Environment
"expo": "~51.0.28",
"react-native": "0.74.5",
The text was updated successfully, but these errors were encountered: