Open GoogleCodeExporter opened 9 years ago
I also encountered this problem when I tried to build the native code. I'm
using Eclipse Juno and android-ndk-r10e on a Windows 7 (64 bit) machine.
Original comment by keishik...@gmail.com
on 8 Jun 2015 at 6:06
Attachments:
Indeed, the code assumes 32bit pointers.
I've just submitted an untested patch that attempts to fix this by upgrading
the opaque pointer type to "long", can you give this a try and let me know if
it works?
https://code.google.com/p/hackerskeyboard/source/detail?r=3c2bd051b2c8ff5e3dc126
b487216a1bb336a72d
Original comment by Klaus.We...@gmail.com
on 9 Jun 2015 at 6:08
[deleted comment]
[deleted comment]
Thanks for the speedy reply.
Yep that worked. I no longer have errors during build. However, suggested
words are still not displaying. In the version I downloaded from the PlayStore,
HK pops up suggested words when I start typing. It doesn't happen with my
built-from-source HK. Thanks in advance.
Original comment by keishik...@gmail.com
on 10 Jun 2015 at 2:58
Attachments:
Can you check if it logs any warnings on startup, i.e. via "adb logcat"? It
should log "loaded jni_pckeyboard" and "Loaded dictionary, len=..." on success.
Original comment by Klaus.We...@gmail.com
on 10 Jun 2015 at 6:07
[deleted comment]
There's "loaded jni_pckeyboard" but there's no "Loaded dictionary, len=..." No
warnings.
Original comment by keishik...@gmail.com
on 11 Jun 2015 at 6:17
Original issue reported on code.google.com by
ggso...@gmail.com
on 10 Apr 2015 at 6:58