1

I want to create an IME for android in arabic language.
I needed some reference and found this : https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master/java/res

Now I wanted to clone one of the directory trees onto my system as it was said there.

I installed git on windows and I got a 'git bash' icon. I opened it , what it asked and got this error :

fatal: The remote end hung up unexpectedly

Now I am clueless.
How should I download that source?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

2

The exact line you need is

git clone https://android.googlesource.com/platform/packages/inputmethods/LatinIME
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
acp
  • 162
  • 1
  • 9