flurry / flurry-android-sdk

Flurry Android SDK API reference documentation
Apache License 2.0
21 stars 3 forks source link

R8 full mode java.lang.NullPointerException: Attempt to invoke interface method 'void java.util.Map.clear()' on a null object reference #37

Open yueehaoo opened 6 months ago

yueehaoo commented 6 months ago

The solution is to add the following lines to the proguard-rules.pro file: -keep class com.flurry.* { ; } -dontwarn com.flurry.**