androidSdk2.3的proguard混淆代码工具,防止反编译

具体做法:在eclipse自动生成的project.properties文件中加上一句“proguard.config=proguard.cfg”就可以了

  1. # This file is automatically generated by Android Tools. 
  2. # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
  3. # This file must be checked in Version Control Systems. 
  4. # To customize properties used by the Ant build system use, 
  5. # "build.properties", and override values to adapt the script to your 
  6. # project structure. 
  7.  
  8. # Project target. 
  9. target=android-9 
  10. proguard.config=proguard.cfg 
posted @ 2013-01-23 16:49  crazywenza  阅读(225)  评论(0编辑  收藏  举报