-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more language dictionaries #2
Comments
@remi0s I am trying to prebuild the libjni_latinime.so files using this git ( https://github.com/modricwang/ctrlaltdel-aosp-ime) . I just cloned the project and trying to build it but I am getting below error: Build command failed. Build.gradle: apply plugin: 'com.android.application' android { dependencies { |
You seem to miss some files either from the project , either from android studio's Cmake and ndkbuild. what i can suggest you, is to build the latinime entirely using the following git : |
Hi,
Thank you for prompt reply. I will try another link. I am looking for
Google indic keyboard source code. Can you help me with this.
Thanks,
Nicky
…On Wed, Jul 11, 2018, 10:39 PM Mastoras Rafail ***@***.***> wrote:
have u installed in android studio Cmake and ndkbuild?
sorry but i'm not that good at debugging such errors
what i can suggest you, is to build the latinime entirely using the
following git :
https://github.com/ColinKinloch/LatinIME_apk
Wish this git was existed when i first started my project, would save me
much time. Thx to ColinKinloch, seems to be the only latinime in android
studio without any problems
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM7QLvGoJ9z2U_vliNC6FSpnOb7Uc5J7ks5uFjFfgaJpZM4Te9tL>
.
|
this is the repository for indic keyboard: i tried to compile it but i couldn't, probably needs some tweaking. |
Sorry for misunderstanding. I am looking for source code of Gboard not
indic keyboard.
Thanks,
Nicky
…On Wed, Jul 11, 2018, 11:12 PM Mastoras Rafail ***@***.***> wrote:
this is the repository for indic keyboard:
https://github.com/smc/Indic-Keyboard
======FROM Indic readme====
HOWTO Build
Install gradle, Android Support Repository, SDK and other usual android
stuffs.
git clone --recursive ***@***.***:smc/Indic-Keyboard.git
cd java
Use ./gradlew assembleDebug to build the package.
======FROM their readme====
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM7QLsK-vXddA_opPeLeCKd5a-rfrTNSks5uFjkMgaJpZM4Te9tL>
.
|
Well, good luck on that :P |
Hey, I was successfully able to generate the .so files using (https://github.com/modricwang/ctrlaltdel-aosp-ime) after changing the package names. But it seems that the dictionary files under assets/raw don't can not be found. |
I managed to build the keyboard following your guide. I prebuild the libjni_latinime.so files using this git ( https://github.com/modricwang/ctrlaltdel-aosp-ime) after i have changed all references to the package name. This way i have avoided to download and build the whole AOSP tree.
Allthough i would like to add more language predict words , so i need the binary .dict files for greek and arabic language. How can i add them? do i really need to download the whole aosp to build the dicts using dicttool?
Any help is appreciated
The text was updated successfully, but these errors were encountered: