I want to extend Android 2.3 Keyboard(LatinIme). I get source code from http://android.git.kernel.org/?p=platform/packages/inputmethods/LatinIME.git;a=summary After fixing some errors(missed classes) and packages rename, i can install it as bonus keyboard. But it doesn't work.
I see: ERROR/AndroidRuntime(23089): Caused by: java.lang.NoClassDefFoundError: com.android.inputmethod.latin.BinaryDictionary
but name of my package is com.keyboard.latin and i delete all links to this missed class.
Can someone give me an advice how to solve this problem?
const char* const kClassPathName = "com/android/inputmethod/latin/BinaryDictionary";– johusman Feb 24 '11 at 7:29