如何使用ProGuard的在Android 2.3的如何使用、ProGuard、Android

由网友(在路上)分享简介:在Android 2.3的功能之一是集成的ProGuard混淆的时候做的发布版本。但如何建立我的apk我什么时候启用这个迷惑?one of the features in android 2.3 is integrated proguard obfuscation when doing release builds....

在Android 2.3的功能之一是集成的ProGuard混淆的时候做的发布版本。但如何建立我的apk我什么时候启用这个迷惑?

one of the features in android 2.3 is integrated proguard obfuscation when doing release builds. but how do i enable this obfuscation when creating my apk?

谢谢!

推荐答案

添加以下到 default.properties

proguard.config=proguard.cfg 

有关详细信息,请访问这里

For details visit here

阅读全文

相关推荐

最新文章