Created
          May 30, 2014 10:50 
        
      - 
      
- 
        Save xionglun/feee6d254d1b56b6f6b5 to your computer and use it in GitHub Desktop. 
    Android Proguard Example
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | -injars bin/classes | |
| -injars libs | |
| -outjars bin/classes-processed.jar | |
| -libraryjars /usr/local/java/android-sdk/platforms/android-9/android.jar | |
| -dontpreverify | |
| -repackageclasses '' | |
| -allowaccessmodification | |
| -optimizations !code/simplification/arithmetic | |
| -keepattributes *Annotation* | |
| -keep public class * extends android.app.Activity | |
| -keep public class * extends android.app.Application | |
| -keep public class * extends android.app.Service | |
| -keep public class * extends android.content.BroadcastReceiver | |
| -keep public class * extends android.content.ContentProvider | |
| -keep public class * extends android.view.View { | |
| public <init>(android.content.Context); | |
| public <init>(android.content.Context, android.util.AttributeSet); | |
| public <init>(android.content.Context, android.util.AttributeSet, int); | |
| public void set*(...); | |
| } | |
| -keepclasseswithmembers class * { | |
| public <init>(android.content.Context, android.util.AttributeSet); | |
| } | |
| -keepclasseswithmembers class * { | |
| public <init>(android.content.Context, android.util.AttributeSet, int); | |
| } | |
| -keepclassmembers class * extends android.content.Context { | |
| public void *(android.view.View); | |
| public void *(android.view.MenuItem); | |
| } | |
| -keepclassmembers class * implements android.os.Parcelable { | |
| static ** CREATOR; | |
| } | |
| -keepclassmembers class **.R$* { | |
| public static <fields>; | |
| } | |
| -keepclassmembers class * { | |
| @android.webkit.JavascriptInterface <methods>; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Source link: Proguard