Tag

DexClassLoader

1 views collected around this technical thread.

Hujiang Technology
Hujiang Technology
May 16, 2016 · Mobile Development

Dynamic Loading and Hotfix Implementation in Android Using DexClassLoader

This article explains the principles and practical steps for implementing dynamic class loading and hot‑fixes in Android by manipulating DexClassLoader, PathClassLoader, and bytecode, illustrated with the Qzone hot‑fix solution and open‑source Nuwa and HotFix projects.

AndroidBytecodeClassLoader
0 likes · 8 min read
Dynamic Loading and Hotfix Implementation in Android Using DexClassLoader