PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → automatic detection for android device is not working
automatic detection for android device is not working
Débuté par nikhil vijay, 26 nov. 2014 08:03 - 3 réponses
Posté le 26 novembre 2014 - 08:03
automatic detection for android device is not working
Posté le 26 novembre 2014 - 08:33
Could you give us more details please ?

If you are refering to the WinDev Mobile IDE detecting the android device to upload the software you must make sure your USB and device drivers for the device are working correctly and the device is seen by Windows.

Then the ADB (Android Debug Bridge) should normaly also detect the device.

WinDev Mobile is asking to ADB the list of devices, so if the device is not shown it is a problem of the ADB/USB/Device drivers and not directly WinDev Mobile.

Sometimes killing the ADB process via taskmanager will automatically restart it and will refresh your devicelist. Also detaching the device, waiting and reattaching the device could help.

You can also use the ADB command line tools to see if your device is detected by the ADB tool.

Danny
Posté le 26 novembre 2014 - 12:50
Hi. Do you have activated the "USB Debug" option in device?


Rubén
Posté le 27 novembre 2014 - 10:24
Hi,

Yes I had gone through this post and my debug mode is activated on my device but still the same error.