From 9485770372bb6e62bceb27767cb7d0a8ac8389bc Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 20 Jan 2022 21:21:07 +0100 Subject: Update doc for Android 11 --- CONTRIBUTING.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'CONTRIBUTING.md') 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 `. 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 -- cgit v1.2.3