/ime/latinime/README

http://eyes-free.googlecode.com/ · #! · 17 lines · 13 code · 4 blank · 0 comment · 0 complexity · 076673cf0a251de49784cf26164218bb MD5 · raw file

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