``Hi developers I am working on a keyboard app. I'm facing an exception that I can't detect because it's on the keyboard end. If anyone knows about this exception please help.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference
at android.inputmethodservice.KeyboardView.showKey(KeyboardView.java:936)
at android.inputmethodservice.KeyboardView.access$100(KeyboardView.java:75)
at android.inputmethodservice.KeyboardView$1.handleMessage(KeyboardView.java:382)