Is it possible to use Proguard for only obfuscation. I don't want proguard to remove any classes from my projects. My intention to use Proguard is only for obfuscation so as to prevent reverse engineering.
|
feedback
|
|
Yes, by specifying
You can find details on all configuration options in the ProGuard manual. Note that shrinking and optimization may help preventing reverse engineering a bit. | |||
feedback
|