Skip to content
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

Android SDK API 22 does not download to Docker image #55

Open
nwotero opened this issue Jan 30, 2017 · 2 comments
Open

Android SDK API 22 does not download to Docker image #55

nwotero opened this issue Jan 30, 2017 · 2 comments

Comments

@nwotero
Copy link

nwotero commented Jan 30, 2017

The Dockerfile attempts to download Android SDK API 22 but fails with message:

Skipping 'Google APIs, Android API 22, revision 1'; it depends on 'SDK Platform Android 5.1.1, API 22, revision 2' which was not installed.

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

@nwotero 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
@garyservin
Copy link

Thanks for reporting and for the fix! I will test it and it to the code!

@garyservin
Copy link

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants