Closed GoogleCodeExporter closed 9 years ago
I solved this. The native libs were not complied and hence the dictionaries
could not be loaded. I've compiled them with ndk-build and the dictionaries are
loading fine now.
Original comment by muth...@gmail.com
on 25 May 2013 at 10:07
can u give some info abt how to compile with ndk build, i dun know how to do
tht?
Original comment by pdwag...@gmail.com
on 28 May 2013 at 12:33
[deleted comment]
I've taken pre-compiled AOSP dictionaries and it doesn't work either. I've
compiled the native libraries.
Original comment by david8bl...@gmail.com
on 14 Jan 2014 at 1:52
When you build from source, dictionaries will only work if you build the binary
module using the NDK. Use the "ndk-build" script from the NDK package to do so.
You must do this *before* building the APK, otherwise the compiled files won't
be included in it.
See https://code.google.com/p/hackerskeyboard/wiki/BuildingFromSource for more
detailed instructions.
If this still isn't working for you, please follow up with more detailed
information.
Original comment by Klaus.We...@gmail.com
on 14 Jan 2014 at 11:43
Original issue reported on code.google.com by
muth...@gmail.com
on 25 May 2013 at 5:56