aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 973 forks source link

Question: Image used to build Android project #669

Closed Omar-Bishtawi closed 1 year ago

Omar-Bishtawi commented 1 year ago

Description

the aws/codebuild/amazonlinux2-x86_64-standard:3.0 which is now deprecated used to have android-tools installed in it but as of aws/codebuild/amazonlinux2-x86_64-standard:4.0 this support seems to be dropped.

So I just want to confirm is there any alternative from codebuild-docker-images that is still supported and can be used to build android projects directly ? or is there any plan to support it in any image?

niCSan commented 1 year ago

You can try the Workaround on this answer with aws/codebuild/standard:7.0 Image

Omar-Bishtawi commented 1 year ago

thanks for the recommendation @niCSan , I think it will work that way . Closing this issue as the other one has already answered the question and have similar context.