Tag

App Bundle

0 views collected around this technical thread.

37 Interactive Technology Team
37 Interactive Technology Team
Sep 19, 2022 · Mobile Development

AAB+PAD Conversion and Repackaging: From Android App Bundle to APK and Back

The workflow extracts PAD assets from an AAB, builds a universal APK with bundletool, runs the legacy APK split pipeline, then reassembles a new AAB by merging the split base module with the saved PAD zip, preserving Play Asset Delivery for Google Play compliance.

AABAPKAndroid
0 likes · 9 min read
AAB+PAD Conversion and Repackaging: From Android App Bundle to APK and Back
58 Tech
58 Tech
Jan 6, 2021 · Mobile Development

Non‑intrusive Migration of Business Libraries to Android Dynamic Feature Modules

This article explores the motivations, methodology, and practical implementation of converting existing Android business libraries into Dynamic Feature modules with minimal intrusion, covering Android App Bundle basics, build tools, dependency handling, resource merging, Arouter integration, and performance gains achieved through parallel and incremental builds.

ASMAndroidApp Bundle
0 likes · 15 min read
Non‑intrusive Migration of Business Libraries to Android Dynamic Feature Modules
iQIYI Technical Product Team
iQIYI Technical Product Team
Jul 5, 2019 · Mobile Development

Exploration of Android App Bundle Dynamic Loading with the Qigsaw Framework

Qigsaw, iQIYI’s open‑source framework released in 2019, enables low‑risk dynamic loading of Android App Bundle split APKs across all components and processes, offering Play‑Core‑compatible APIs, single‑hook stability, resource merging, and Tinker‑based hot updates, thereby simplifying plugin integration and reducing app size.

AndroidApp BundleQigsaw
0 likes · 18 min read
Exploration of Android App Bundle Dynamic Loading with the Qigsaw Framework