-
Notifications
You must be signed in to change notification settings - Fork 34
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
Encountered Error during Android Emulation #550
Comments
@eugenetan3 As you can see from the phone repo README
I would strongly encourage using that branch instead of master. I could try to debug this for you, but you won't be able to publish the resulting app anyway (#539). I haven't heard back from @tarekeg yet so I assume the branch worked fine :) |
If you run into any issues with the branch, please report them at #519 |
Awesome thanks, I'll move to that branch and update the issue thread accordingly. |
Quick question, the setup for the branch looks to be a lot easier in terms of installation. Do the same instructions apply previously? |
The installation hasn't changed - the branch just automates the installation instructions in a script. Putting the installation instructions in the script also makes it easier to run CI. Then, if there are issues with the build, people can check the CI to see what to expect. |
One caveat, if you installed modules globally (e.g. |
LMK if you have any other questions, otherwise, please close this issue. |
Hi!
I was following #475 and I came across a different error while following the instructions listed there. It's resulting because of an UnhandledPromiseRejectionWarning from CordovaError indicating a Requirements Check for JDK1.8 or greater was failed.
I believe my iOS emulation should work if I compile in XCode 10.3, because the commandline issue of the "toLowerCase" is resolved via Xcode compilation if I read that correctly.
Something I encounter during iOS build is a reference to a config file AndroidManifest.xml that is not found in my platform/ios folder. Is that intended? I am unfamiliar with Android applications.
Thanks for the help!
The text was updated successfully, but these errors were encountered: