-
-
Notifications
You must be signed in to change notification settings - Fork 109
Unable to build #126
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
Comments
Do you have active and stable internet connection? |
I have a stable internet connection and I have pretty much the same problem.
|
I'm experiencing the same issue here. I can usually build without problems if I run the process manually from the command line: $ npm install
$ androidjs build --release However, I bump into the same issue reported above when I run the build process from an external script. In my case, I'm embedding the build script into the F-Droid app build pipeline, and that's when I encounter the issue. The reason in my case is that the I have put together a very dirty fix in my fork (I don't feel like opening a proper pull request with this workaround) and in my F-Droid build script I have done some even dirtier tricks by However, this issue should definitely be tackled by the developers of AndroidJS. The build won't always be launched from a nice user terminal, and when it's launched from a script, a CI/CD pipeline or a Docker instance it will fail miserably. Please provide an option to at least skip the fancy on-terminal progress bar - even though my workarounds make things work the output of the process will still clutter the output log file. |
Unable to build - Keep on failing with
Downloading: https://github.com/android-js/androidjs-sdk/archive/master.zip
androidjs b -f
Downloading: https://github.com/android-js/androidjs-sdk/archive/master.zip
failed to download, retrying..
re-trying
failed to download, retrying..
re-trying
failed to download, retrying..
re-trying
The text was updated successfully, but these errors were encountered: