I\'m trying to login with Facebook using ParseFacebookUtils library and it\'s working good but when i enabled the Proguard file i have this exception on Facebook login activ
You have to add below lines into your file, That will resolve your problem.
Only need to add below lines.
-dontwarn com.facebook.**
-keep class com.facebook.** { *; }
-keepattributes Signature