Error on using proguard with Android Facebook sdk 3.0

前端 未结 4 1502
清酒与你
清酒与你 2020-12-17 14:22

Warning: I removed a lot of \"old text\" to keep the question more clean. Just check the history if needed.

I\'m using proguard to both

4条回答
  •  醉梦人生
    2020-12-17 15:21

    This will solve your problem, i hope:

    And the winner is .....

    -keepattributes Signature
    

    From Proguard Homepage:

    The "Signature" attribute is required to be able to access generic types when compiling in JDK 5.0 and higher.

提交回复
热议问题