klinker-apps / Android-SlidingEmojiKeyboard

Our Sliding Emoji Keyboard app.
297 stars 64 forks source link

Null point are exception #12

Closed ziddikhattak closed 6 years ago

ziddikhattak commented 6 years ago

in log:android monitor
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getString(int)' on a null object reference

this error throws me to following line of code in mian activity... i dont know how to resolve... please guide me.

public static final String CHANGE_ICON_SET_KEY = EmojiKeyboardService.getStaticApplicationContext() .getString(R.string.setting_change_icon_set_key);

klinker24 commented 6 years ago

This is the same as #11