# LatinIME **Repository Path**: ArtfulCoder/LatinIME ## Basic Information - **Project Name**: LatinIME - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-13 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Building LatinIME with Android Studio Hi Guys! I've configured the LatinIME for working with Android Studio. ## The project contains 2 branches: **1.** master -> for working normally with Java only **2.** native-developement -> for working with NDK support for suggestion module ## Starting your development by follow steps below: **1.** Clone this project **2.** Import LatinIME/java folder in Android Studio **3.** Select branch master for developing normally **4.** Switch to branch native-developement if you want to develop with NDK support for suggestions module.