Is there a android docker image available with python installed that can be used in bitbucket pipeline?
Hi @Priya Narayanan,
I'd search through https://hub.docker.com
for example found bitriseio/docker-android
Thank you. I ended up using
mingc/android-build-box:latest
Python was installed. Insatlled pip using :
- apt-get update && apt-get -y upgrade
- apt-get --assume-yes install python-pip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Fantastic. Happy new year!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.