How to obfuscate an Android library (.jar file) using Proguard in Eclipse

后端 未结 5 1831
青春惊慌失措
青春惊慌失措 2020-12-01 08:23

I have seen many posts about how to obfuscate an Android application (.apk file) using ProGuard in Eclipse. Also see http://developer.android.com/guide/developing/tools/pro

5条回答
  •  悲&欢浪女
    2020-12-01 09:00

    The way to invoke ProGuard is fairly straightforward:

    1. Add the line proguard.config=proguard.cfg to project.properties
    2. Export the application package

    A default proguard.cfg file should have been automatically created by the new project wizard.

提交回复
热议问题