-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't build example with eas #67
Comments
Hey @ajeecai, if you're building the example app you'll also need to run an "npm install" & "npm run prepare" in the root directory of the project because the example relies on a built version of the local package. |
Hi @jamsch ,
And try to show the scripts list:
Looks like there is no Thanks |
Hi @ajeecai, you need to run those two commands a level higher (the root of the project, not in the example folder). The example folder uses the development version of Also, I haven't actually tested building the example app with EAS, but you should be able to build it using |
Hi @jamsch, After installing Android emulator, I can compile the app-debug.apk. But when I try to install, it says "incompatible" to my android mobile phone. So, still I can't play with it :) Thanks |
Hi @ajeecai -- just checking to see if you've resolved the issue? Depending on the error code, it could mean that you have an already-existing installation of the same bundle identifier (i.e. |
Hi @jamsch , the incompatibility is due to my build is for x86. After I have changed the Thanks |
Thanks
The text was updated successfully, but these errors were encountered: