docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

:iphone: Personal Android Docker image

Results 4 docker-android issues
Sort by recently updated
recently updated
newest added

Hey ! I was testing your [cordova docker image](https://github.com/vgaidarji/docker-android-cordova), I used the nighty version. I stumbled on this error message when I tried running `cordova build android`: > Failed to...

Used with bitbucket pipeline What went wrong: A problem occurred configuring project ':react-native-reanimated'. > Failed to install the following Android SDK packages as some licences have not been accepted. build-tools;29.0.2...

Using root user by default is not secure anymore https://github.com/beevelop/docker-android/blob/0bb46faa302bf6bd7e6843bd602bd651e09553e9/Dockerfile#L30-L31 https://americanexpress.io/do-not-run-dockerized-applications-as-root/

Hi, I got API 32 to work by adding the below to my Dockerfile derived from this one: ``` # Seems required for Gradle in Android 32 RUN apt-get update...