Aghajari / AXEmojiView

an advanced library which adds emoji,sticker,... support to your Android application.
Apache License 2.0
179 stars 45 forks source link

Not working with androidx #9

Closed Kautuk46 closed 3 years ago

Kautuk46 commented 3 years ago

When creating the object of AXEmojiView, a "NoClassDefFoundError" is thrown:

java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/recyclerview/widget/RecyclerView$OnScrollListener;

Aghajari commented 3 years ago

Hi, Implementing recyclerview should fix this issue.

implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha05'
Kautuk46 commented 3 years ago

Got it to work. Thanks 👍