相关疑难解决方法(0)

Android - 如何检查Proguard混淆有效?

我混淆了我的apk,但文件大小只从12MB减少到10.5MB.

它只是一个相对较小的减少的原因可能是因为我的应用程序使用了几个大型库,但有没有办法可以检查已经执行的混淆程度?

以防万一,这是我的proguard-project.txt文件......

# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options …
Run Code Online (Sandbox Code Playgroud)

obfuscation android proguard

32
推荐指数
3
解决办法
2万
查看次数

标签 统计

android ×1

obfuscation ×1

proguard ×1