Yalantis / GuillotineMenu-Android

Neat library, that provides a simple way to implement guillotine-styled animation
https://yalantis.com/
2.72k stars 495 forks source link

java.lang.ClassNotFoundException: Didn't find class #38

Closed sebospc closed 6 years ago

sebospc commented 6 years ago

Hi, when I download the example of guillotineMenu and I use it in android studio all works fine, but when I make copy/paste of that code (including dependiencies) this happens: image

and I try with code made by me but give me the same error. What I can do? :(

udoy-touhid commented 6 years ago

same happened to me

kstanislav commented 6 years ago

CanaroTextView is a class from sample. You can copy\paste it also (don't forget to change classpath in your main_activity .xml) But GillotineMenu doesn't force you to use exactly CanaroTextView. Feel free to use regular TextView from Android SDK or AppCompatTextView from support library.