arthur3486 / ARVI

Android library designed to simplify the implementation of the video autoplay in the RecyclerView
Apache License 2.0
68 stars 18 forks source link

app crashed when proguard enabled #6

Closed VinayRathod closed 4 years ago

VinayRathod commented 4 years ago

define class in proguard-rules.pro but crashed -keep class com.arthurivanets.arvi.** { *; }


    java.lang.IllegalArgumentException: You must specify a valid raw text.
        at com.arthurivanets.arvi.util.misc.Preconditions.nonEmpty(:78)
        at com.arthurivanets.arvi.PlayerProviderImpl.hasPlayer(:310)
        at com.arthurivanets.arvi.widget.PlayableItemsRecyclerView.onChildAttachedToWindow(:156)
        at androidx.recyclerview.widget.RecyclerView.dispatchChildAttached(:7554)
        at androidx.recyclerview.widget.RecyclerView$e.f(:860)```