LatinIME_apk
Gradle configuration to compile the AOSP keyboard "LatinIME" to an android apk package.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 4 |
| Forks | 5 |
| Open Issues | 0 |
| Last Commit | 2023-01-07 |
| Downloads | 0 |
| Last Indexed | 2026-07-29 04:39 |
Installation
nimble install LatinIME_apk
choosenim install LatinIME_apk
git clone https://gitlab.com/ColinKinloch/LatinIME_apk
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| LatinIME_apk | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/ColinKinloch/LatinIME_apk |
|---|---|
| Homepage | https://gitlab.com/ColinKinloch/LatinIME_apk |
| Registry Source | gitlab |
README
LatinIME_apk
Gradle configuration to compile the AOSP keyboard "LatinIME" to an android apk package.
Download Build
https://gitlab.com/ColinKinloch/LatinIME_apk/-/jobs/artifacts/master/raw/build/outputs/apk/debug/LatinIME-debug.apk?job=build
Compile
git clone https://github.com/ColinKinloch/LatinIME_apk.git
cd LatinIME_apk
git submodule update --init --recursive
TARGET_BUILD_APPS=true ./gradlew assembleDebug
The apk will be output to ./build/outputs/apk/debug/LatinIME-debug.apk
Caveats
This cannot be installed if an application with the id "com.android.inputmethod.latin" is already installed on the device.