Tag

Resource Obfuscation

0 views collected around this technical thread.

Baidu Geek Talk
Baidu Geek Talk
Feb 28, 2022 · Mobile Development

APK Package Size Optimization and Resource Obfuscation for Android Plugins

To keep Android plugins lightweight as they grow, developers should analyze and obfuscate resource files—using a custom AndroidResGuard extension that adds a fixed package ID and a mapping table protocol—to shrink the resources.arsc constant pool, integrate the changes via Gradle, verify with gray releases, and achieve roughly an 8% size reduction while ensuring whitelist compliance.

APK size optimizationAndroidGradle Plugin
0 likes · 11 min read
APK Package Size Optimization and Resource Obfuscation for Android Plugins
Tencent Music Tech Team
Tencent Music Tech Team
May 31, 2019 · Mobile Development

Kotlin Coroutine Failure After Resource Obfuscation in Android APK

The article explains how resource obfuscation with andResGuard removes META‑INF service files needed for the Android Main dispatcher, causing coroutines to silently fail after withContext calls, and shows that preserving the META‑INF/services directory restores proper coroutine execution.

APKAndroidKotlin
0 likes · 8 min read
Kotlin Coroutine Failure After Resource Obfuscation in Android APK
Liulishuo Tech Team
Liulishuo Tech Team
Aug 19, 2016 · Mobile Development

Android Resource Obfuscation and Hot Patching Techniques for Application Optimization

The article explores Android development optimization techniques, specifically detailing resource obfuscation methods that modify resource paths to reduce APK size and increase security, alongside hot patching strategies using native hooks or classloader-based dex replacement to enable dynamic bug fixes and feature updates without full app redeployment.

APK optimizationAndroid DevelopmentDynamic Deployment
0 likes · 11 min read
Android Resource Obfuscation and Hot Patching Techniques for Application Optimization