Docker images for building and testing in CI env.
667
Build and test your android project in docker.
For security considerations, a simple tool named agree-license.sh is provided. Use it with variable features of CI to prevent showing your license hash to public.
agree-license.sh android-sdk-license 1234567890123456789012345678901234567890
Correct filename and hash code can be found at /path_to_your_android_sdk/licenses/.
secret named ANDROID_SDK_LICENSE using drone cli tool.before_script section of .drone.yml: - agree-license.sh android-sdk-license ${ANDROID_SDK_LICENSE}
.drone.yml:workspace:
base: /workspace
I'm just a newbie to android app developing world. I have no idea about the dependency of elder versions, since the only project I've ever written is for API 25.
PR is welcome anyway.
Content type
Image
Digest
Size
1 GB
Last updated
over 9 years ago
docker pull ronmi/docker-android