diff options
| author | Jules Aguillon | 2022-01-20 21:21:07 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-01-20 21:21:07 +0100 |
| commit | 9485770372bb6e62bceb27767cb7d0a8ac8389bc (patch) | |
| tree | 4c4b89c0352eea116929e442e7594d6f8157f111 /CONTRIBUTING.md | |
| parent | c489b5aba7bbee29cfbd680b743d43e94f988448 (diff) | |
| download | unexpected-keyboard-9485770372bb6e62bceb27767cb7d0a8ac8389bc.tar.gz unexpected-keyboard-9485770372bb6e62bceb27767cb7d0a8ac8389bc.zip | |
Update doc for Android 11
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc7ec16..e674805 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,14 +25,11 @@ If the build succeed, the debug apk is located in ## Debugging on your phone -You need to have *USB debugging* enabled on your phone, see [Android's doc](https://developer.android.com/studio/debug/dev-options#enable). - -It is also possible to enable *ADB over network* in the settings and connect -with `adb connect <ip of the phone>`. Make sure to be connected to a local -network that you trust. - -Install the application with: +First [Enable adb debugging on your device](https://developer.android.com/studio/command-line/adb#Enabling). +Then connect your phone to your computer using an USB cable or wireless +debugging. +And finally, install the application with: ```sh make installd ``` @@ -41,7 +38,7 @@ The debug version of the application won't be removed, both versions will stay installed at the same time. The application must be enabled in the settings: -System Settings > System > Languages & Input > Virtual keyboard > Manage keyboards. +System > Languages & input > On-screen keyboard > Manage on-screen keyboards. ## Debugging the application: INSTALL_FAILED_UPDATE_INCOMPATIBLE |
