docker-android
docker-android copied to clipboard
Docker images for Android development
Hi, thank you for this image, it helps a lot in Android development! In your image you are using zlib1g:i386. A major vulnerability in zlib was just published and already...
I am using this docker to run the unit tests in an android project. It is worked very well. But I need support to run the expresso tests with that...
Add a minimal recipe of how to build an Android app (target 28) on Bitrise CI, similar to [.gitlab-ci.yml](https://github.com/mreichelt/docker-android/blob/master/recipes/gitlab-ci/.gitlab-ci.yml), and add it to the [recipes](https://github.com/mreichelt/docker-android/tree/master/recipes) folder.
Hi, I start running into reproducibility issues for my app. I used your images to provide easy to use commands for reproducibility. The problem is, that the images are no...
With newer android gradle plugin it requires java 17. Otherwise I get the following error: > Caused by: com.android.builder.errors.EvalIssueException: Android Gradle plugin requires Java 17 to run. You are currently...