emojicon
emojicon copied to clipboard
Binary XML file: Error inflating class fragment
Unable to inflate my layout when i use this fragment that holds a set of emojis. Both EmojiFragment and EmojiGridFragment are unable to be inflated in my layout.
Post your xml
just passing by and saw this - you get that error if you don't implement the click interfaces like the sample code. This is the error at the top of the stack trace when the info at the bottom shows the real problem. Also extend FragmentActivity instead of Activity - i got this error and that fixes it. hope this helps, nice library.
I am using this in a Fragment not even in an Activity
I'll try to reproduce the error, and paste my xml and error generated later for better assistance.
same problem here, when using in fragment