ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing for Android
  • Overview
  • Installing the ADB drivers
  • Enabling the USB debugging
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
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.
  1. Specify that the location will be indicated manually.
  2. The drivers are found in setup 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:
  1. On the phone, go to "Settings".
  2. Select "About phone".
  3. Tap "Build Number" multiple times to enable the developer mode.
  4. Move one level up.
  5. The "Developer Options" entry appears. Select this option.
  6. Check "USB debugging".
Caution: The actions to perform may change across phone versions and manufacturers. 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.
Remark: On some devices, you must choose "Mass storage mode (MSC)" in order for the device to be detected.
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help