Coder Social home page Coder Social logo

francoborrelli / android-sdk-builder Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 17 KB

Simplify Android app builds with Docker ๐Ÿณ. This project provides a Dockerfile for generating APKs, ensuring consistent builds across environments. Ideal for streamlining development workflows and ensuring reproducible builds.

License: MIT License

Dockerfile 100.00%
android-build apk-builder docker-android docker-android-builder dockerfile

android-sdk-builder's Introduction

Android SDK Builder (Dockerized Android App Build)

Android Studio Docker GitLab CI

This repository contains a Dockerfile and associated configurations to facilitate the build and generation of APK files for Android applications. By using Docker containers, developers can create a standardized build environment, eliminating dependency issues and ensuring consistent builds across different systems.

๐Ÿš€ Getting Started

To get started with building Android apps using Docker, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/francoborrelli/android-sdk-builder.git
    cd your_repository
    
  2. Build the Docker Image:

    docker build -t android-build .
    
  3. Run the Docker Container:

    docker run --rm -v $(pwd):/workspace android-build
    
  4. Retrieve the APK File: Once the build process is complete, the generated APK file will be available in the /workspace directory within the Docker container. You can copy it to your host machine using the docker cp command.

๐Ÿ› ๏ธ Customization

The Dockerfile provided in this repository offers a basic configuration for building Android apps. However, you can customize it to suit your specific requirements. Here are some possible modifications:

  • Android SDK/NDK Versions: Update the ANDROID_COMPILE_SDK, ANDROID_BUILD_TOOLS, and ANDROID_SDK_TOOLS variables in the Dockerfile to specify the desired versions.
  • Additional Dependencies: Install additional dependencies required for your Android project by adding corresponding commands to the Dockerfile.
  • Environment Variables: Set environment variables in the Dockerfile to configure the build environment as needed.

๐Ÿค Contributing

Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

โš”๏ธ License

This project is licensed under the MIT License. Feel free to use and modify the code according to your needs.

android-sdk-builder's People

Contributors

francoborrelli avatar

Stargazers

Adinath Nikam avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.