/ime/latinime/README
#! | 17 lines | 13 code | 4 blank | 0 comment | 0 complexity | 076673cf0a251de49784cf26164218bb MD5 | raw file
1This project was branched from Android 2.3's Latin IME package. It has been 2modified to exist in the com.googlecode.eyesfree namespace and to support 3Android's built-in accessibility features. 4 5**IMPORTANT** 6To build this project's APK, you must first build its native libraries: 7 1. Install Android NDK r4 or greater 8 2. Run ndk-build from the project directory 9 3. (Eclipse only) Refresh the project's libs folder 10 11To regenerate this projects's ant build files, run: 12 android update project --name latinime --target android-8 --path <project-path> 13 14To clone the current Latin IME tree, install git, and run: 15git clone git://android.git.kernel.org/platform/packages/inputmethods/LatinIME.git 16 17Last updated February 3, 2011 by Alan Viverette <alanv@google.com>