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
This fix is to add 4 to the list, so the line reads: RUN (while true; do echo 'y'; sleep 2; done) | android update sdk -u -t 2,3,4,6,7,8,9,11,13,16,56,57
The text was updated successfully, but these errors were encountered:
nwotero
changed the title
Android SDK API 22 Does not download to Docker Image
Android SDK API 22 does not download to Docker image
Jan 30, 2017
@nwotero it seems that the automated build we have set up finished fine 5 hours and didn't give any errors. I've also built this from scratch on my computer and didn't see the error. Can you provide more details on how you got this issue? Thanks
jubeira
pushed a commit
to jubeira/roscpp_android
that referenced
this issue
Feb 1, 2019
The Dockerfile attempts to download Android SDK API 22 but fails with message:
The offending line is here:
https://github.com/ekumenlabs/roscpp_android/blob/master/docker/Dockerfile#L27
This fix is to add 4 to the list, so the line reads:
RUN (while true; do echo 'y'; sleep 2; done) | android update sdk -u -t 2,3,4,6,7,8,9,11,13,16,56,57
The text was updated successfully, but these errors were encountered: