NullPointerExcepetion Facebook sdk v4.5.0 when enable Proguard (when try to login using Parse library)

后端 未结 3 736
感动是毒
感动是毒 2021-01-17 15:12

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

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-17 15:44

    I just added this line and it's working:

    -keep class com.facebook.** { *; }
    

提交回复
热议问题