mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 07:13:13 +01:00
Contributing: Mention enabling the virtual keyboard
This commit is contained in:
parent
854eb431f3
commit
fa9250a89e
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user