Tag

APK size reduction

1 views collected around this technical thread.

Yuewen Technology
Yuewen Technology
Nov 19, 2021 · Mobile Development

How Shadow Plugin Framework Shrinks Android APKs and Enables Dynamic Modules

This article explains the motivation behind adopting the Shadow plugin architecture for QQ Reading, compares modular and plugin approaches, details class‑loader mechanisms, walks through Shadow's core components and loading flow, and shares practical usage tips and lessons learned.

APK size reductionAndroidDynamic Modules
0 likes · 18 min read
How Shadow Plugin Framework Shrinks Android APKs and Enables Dynamic Modules
WeChat Client Technology Team
WeChat Client Technology Team
Oct 12, 2015 · Mobile Development

How Android Resource Obfuscation Shrinks APK Size: Techniques & Implementation

This article explains how WeChat's resource obfuscation tool, AndResGuard, renames and compresses Android resources, modifies the resources.arsc binary, and combines 7‑zip compression to reduce APK size by about 1 MB while increasing anti‑tampering difficulty.

7z compressionAPK size reductionAndResGuard
0 likes · 10 min read
How Android Resource Obfuscation Shrinks APK Size: Techniques & Implementation