Skip to content

pittaya/android-thaiime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. Android SDK Tools 20.0.1
  2. Android SDK Platform-tools 13
  3. Android 4.1 API 16 SDK Platform 16.2
  4. Android NDK r8b

Preparation

$ mkdir latinime/libs

Library Compilation (one time)

$ cd inputmethodcommon
$ ant release
$ cd ..
$ cp inputmethodcommon/bin/classes.jar latinime/libs/inputmethodcommon.jar
$ cd support-v4
$ ant release
$ cd ..
$ cp support-v4/bin/classes.jar latinime/libs/android-support-v4.jar

Native Compilation

$ cd latinime
$ ndk-build
$ cd ..

Latin IME

$ cd latinime
$ ant debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.4%
  • C++ 9.3%
  • C 0.3%