-
Notifications
You must be signed in to change notification settings - Fork 35
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)
|
filip131311
added a commit
that referenced
this issue
Nov 22, 2024
This PR adds additional user facing information about eas builds, to let users know when production build is used instead of development one. More over eas build crashes are getting a new build error alert description to redirect users to Radon IDE log instead of non existing build logs. Finally this PR adds .apk file extension to android packages to avoid errors with tools we use to install and uninstall application on device. Fixes android portion of #678 ### How Has This Been Tested: Run an application using eas on android using production and development profiles. --------- Co-authored-by: Krzysztof Magiera <[email protected]>
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: