Skip to content

Files

Latest commit

af2940a · Jun 5, 2024

History

History
23 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.26 KB

Android Multi-Module Architecture

Haven't read the article yet? Check it out on Medium

Installation Guide

Multi.Module.Builder.Demo.mp4

Quick Install

  • Download the zip file from the release section and unzip it.
  • Execute the command java -jar [.]multi_module_builder.jar (Note: Replace [.] with the appropriate directory path based on your OS).
  • Follow the prompts to enter your project name and package name.
  • Open the project in Android Studio.
  • Feel free to delete the .jar file and any assets you no longer need after setup.

Manual Installation

  • Start by cloning the repository to your local machine.
  • Ensure to update all references to the package name in the build scripts.
  • Rename all module folders to reflect your new package name. (Be aware that Android Studio might create duplicate subfolders during this process.)

For further reference, you can check this repository: Gptmap

I hope this guide helps you get started smoothly with your project! If you have any questions or need further assistance, please reach out.