Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Always) Using Proguard #92

Open
kypeli opened this issue Dec 29, 2015 · 2 comments
Open

(Always) Using Proguard #92

kypeli opened this issue Dec 29, 2015 · 2 comments

Comments

@kypeli
Copy link
Contributor

kypeli commented Dec 29, 2015

I would not say using Proguard for your Android application is always a good thing. Main reason why people use Proguard is to strip unused code from your .class files. Why would you do this. Mainly because either 1) You have a bloated library or 2) you have unused code in your own application. Both are scenarios that should be avoided in general, which does not yield into a good reason to use Proguard.

Another reason to use Proguard is obfuscation. But why would use that? For good security you should rely on encryption anyway.

So what's the reasoning for avoiding Proguard? Well, you can spend excess amounts of time tweaking its configuration file when maybe you wouldn't actually need to.

@DanteAndroid
Copy link

Helps a lot.

@peter-tackage
Copy link
Contributor

@kypeli You make some good counterpoints. Do you want to write a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants