JohnnyYin / ResProguard

Android resources Proguard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResProguard

Android resources Proguard.
参考美团的思路:http://tech.meituan.com/mt-android-resource-obfuscation.html

编译

基于 Android6.0.0_r1 进行编译.

source build/envsetup.sh;
mmm frameworks/base/tools/aapt;

编译好的输出目录为:

out/host/darwin-x86/bin/aapt # darwin-x86 根据系统环境不同而不同

由于编译过程比较复杂,release中提供了mac osx编译好的版本:aapt 23.0.1 for mac osx

License

The MIT License (MIT)

About

Android resources Proguard.


Languages

Language:C++ 99.1%Language:C 0.5%Language:Makefile 0.4%Language:Shell 0.1%