You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done everything line by line in README. In npm run start after a few minutes I got this:
=================== compiling jsc for arm no-intl ===================
/Users/Can/Documents/Programming/Android/JSC/jsc-android-buildscripts/scripts/compile/jsc.sh: line 6: cd: /usr/local/share/android-sdk/cmake: No such file or directory
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! jsc-android@245459.0.0 start: `./scripts/start.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the jsc-android@245459.0.0 start script.
I don't know what is meant by "update version number" and "update config section", I'm just trying to get the binary as my app on Android is crashing due to Intl. Don't know if it failed because of those.
The text was updated successfully, but these errors were encountered:
Bug
I've done everything line by line in README. In
npm run start
after a few minutes I got this:Environment info
Library version: 245459.0.0
Steps To Reproduce
Describe what you expected to happen:
I don't know what is meant by "update version number" and "update config section", I'm just trying to get the binary as my app on Android is crashing due to
Intl
. Don't know if it failed because of those.The text was updated successfully, but these errors were encountered: