|
|
|
|
|
- Overview
- Installing the ADB drivers
- Enabling the USB debugging
Preparing the phone to test an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed: Installing the ADB drivers When the first connection is established between the phone and the development computer, Windows automatically finds the corresponding drivers. - Specify that the location will be indicated manually.
- The drivers are found in installation directory of SDK ("usb_driver" directory). If this directory is not found, use sdk manager to install these drivers. For more details, see https://developer.android.com/studio/run/oem-usb.html
Enabling the USB debugging USB debugging must be enabled to run tests on the phone. If this operation is not performed, the phone may fail to be detected by WINDEV Mobile. To enable the USB debugging: - On the phone, go to "Settings".
- Select "About phone".
- Tap "Build Number" multiple times to enable the developer mode.
- Move one level up.
- The "Developer Options" entry appears. Select this option.
- Check "USB debugging".
Note: You may have to follow different steps, depending on the phone version and brand. For example, in a Samsung Galaxy phone, you must tap the version number multiple times in the "About phone" option to enable "Developer options". In any case, a Google search with "usb debugging <device name>" allows you to get the operating mode adapted to the device used. Note: On some devices, you need to select "Mass storage mode (MSC)" for the device to be detected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|