Contributing: Mention enabling the virtual keyboard

This commit is contained in:
Jules Aguillon 2022-01-15 19:51:40 +01:00
parent 854eb431f3
commit fa9250a89e

View File

@ -40,6 +40,9 @@ make installd
The debug version of the application won't be removed, both versions will stay The debug version of the application won't be removed, both versions will stay
installed at the same time. installed at the same time.
The application must be enabled in the settings:
System Settings > System > Languages & Input > Virtual keyboard > Manage keyboards.
## Debugging the application: INSTALL_FAILED_UPDATE_INCOMPATIBLE ## Debugging the application: INSTALL_FAILED_UPDATE_INCOMPATIBLE
`make installd` can fail with the following error message: `make installd` can fail with the following error message:
@ -50,14 +53,10 @@ make: *** [Makefile:20: installd] Error 1
``` ```
The application can't be "updated" because the temporary certificate has been The application can't be "updated" because the temporary certificate has been
lost. The solution is to uninstall and install again: lost. The solution is to uninstall and install again.
The application must be enabled again in the settings.
```sh ```sh
adb uninstall juloo.keyboard2.debug adb uninstall juloo.keyboard2.debug
```
Then again:
```sh
make installd make installd
``` ```