Re: [android-building] Re: How to build the Latin IME input method?

2018-09-24 Thread 'Dan Willemsen' via Android Building
AOSP does not have a minimal manifest for Latin IME -- with enough work, it's likely possible, but I suspect it would need at least 30-40 different repositories (the build system, different compilers, dependencies, etc). - Dan On Fri, Sep 21, 2018 at 8:36 AM Vedant Roy wrote: > Thank you so

Re: [android-building] Re: How to build the Latin IME input method?

2018-09-21 Thread Vedant Roy
Thank you so much for the assistance. I have two more questions in regards to this topic. 1] Is it possible to only download the part of the source that is relevant to the Latin IME? For example, can I just do: git clone

Re: [android-building] Re: How to build the Latin IME input method?

2018-09-19 Thread 'Dan Willemsen' via Android Building
Download the source and set up your machine as described on https://source.android.com/setup/build/requirements Basically, do everything up to the "lunch" step, then use "tapas" instead: $ tapas LatinIME arm64 $ m The APK will be in

[android-building] Re: How to build the Latin IME input method?

2018-09-19 Thread Bhavdip Bhalodia
I am also trying to develop LatinIME but there is less understanding to develop it. Thanks, On Monday, August 27, 2018 at 9:40:02 PM UTC+5:30, Vedant Roy wrote: > > I am trying to build the Latin IME input method. > > The source code can be found here: >