Tag

Module Dependency

0 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Apr 27, 2023 · Mobile Development

Optimizing Android Build Time with Module AAR Strategy in Ctrip's Train Ticket App

This article describes how Ctrip's Train Ticket Android project reduced its clean Gradle build time by more than half using a module‑AAR approach, custom dependency substitution, Maven publishing, and automated tooling, while detailing the challenges, code changes, and performance results.

AARAndroidCI/CD
0 likes · 22 min read
Optimizing Android Build Time with Module AAR Strategy in Ctrip's Train Ticket App
ByteDance Dali Intelligent Technology Team
ByteDance Dali Intelligent Technology Team
Jun 22, 2021 · Mobile Development

Automating Android Module Dependency Visualization Using Custom Lint Rules

This article explains how to create a custom Android Lint rule that traverses Gradle projects to automatically collect module dependencies, generate a Mermaid‑compatible markdown diagram, and refine the graph by removing redundant edges, providing developers with up‑to‑date visual dependency maps.

AndroidGradleKotlin
0 likes · 7 min read
Automating Android Module Dependency Visualization Using Custom Lint Rules