- I have about 5 packages in my project, is it possible to merge all the packages into one large package, I want to do this to make hacking more difficult. 
- How do I remove all references to Log.e Log.d etc. in my sou开发者_如何学Crce code using proguard. (I have the eclipse ADT with proguard integrated already). 
Update: Looks like part 2 can be done like this
-assumenosideeffects class android.util.Log {
    public static *** d(...);
    public static *** v(...);
}
The option -repackageclasses moves obfuscated classes into a single given package:
http://proguard.sourceforge.net/manual/usage.html#repackageclasses
You can optionally combine it with -allowaccessmodification for better results.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论