docs(android): update keyboardharness readme

Test-bot: skip
Build-bot: skip
This commit is contained in:
Marc Durdin 2026-07-10 15:54:03 +02:00
parent 00c213ba4e
commit c243ceab3a

View file

@ -13,15 +13,9 @@ and consists of these engineering keyboards:
test9469.kmp is another engineering keyboard to show non-printing characters on the OSK.
### Compiling From Command Line
1. Launch a command prompt to the `android/` folder
2. Compile KMEA. This will build and copy `keyman-engine.aar` to the Samples and Test projects
```
cd KMEA
./build.sh
```
1. Launch a command prompt to the `android/Tests/KeyboardHarness` folder
3. Compile KeyboardHarness
```
cd ../Tests/KeyboardHarness
./build.sh
```