ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing for Android
  • Overview
  • Installing the ADB drivers
  • Enabling developer options on the device
  • Enabling USB debugging
  • Enabling wireless debugging
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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. Drivers are located in the SDK installation directory ("usb_driver" folder). 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 developer options on the device
To enable developer mode:
  1. On the phone, go to "Settings".
  2. Select "About phone".
  3. Select "Software information".
  4. Tap "Build number" multiple times to enable the developer mode.
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, you can search for "<device name> USB debugging" on the Internet to find the appropriate procedure for the device you are using.
Note: On some devices, you need to select "Mass storage mode (MSC)" for the device to be detected.
Enabling 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 USB debugging:
  1. On the phone, go to "Settings".
  2. Select "Developer options".
  3. Enable "USB debugging".
New in SaaS
Enabling wireless debugging
Wireless debugging must be enabled to run tests on the phone over Wi-Fi.
To enable wireless debugging:
  1. Connect to a Wi-Fi network.
  2. On the phone, go to "Settings".
  3. Select "Developer options".
  4. Enable "Wireless debugging". The information displayed on the device must be entered in the window displayed on the development computer. For more details, see Testing and debugging an application on an Android device.
Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 06/16/2025

Send a report | Local help