PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → ADB.EXE
ADB.EXE
Iniciado por Paul CLARIPAUL ISIP, 21,jul. 2016 16:26 - 8 respuestas
Miembro registrado
9 mensajes
Publicado el 21,julio 2016 - 16:26
Hi. Im from Philippines

When I try to test my Android application with my Device its Samsung S3 Mini with android version 4.2 and i choose the menu of 4.0 in the Test. I now suddenly get an error message. I'm working with Windows 10. So far I tried the following things which unfortunately could not solve the problem:

-change the USB when my donggle and device is place
-Restarting my Computer
-Scan my Drivers

This is the error message.
The 'adb.exe' process was stopped because it did not respond anymore

Thanks in advance Sirs/Madam.
Publicado el 21,julio 2016 - 16:33
Hi. You must use Build Tools 23.0.1, if you update your Android SDK to Build Tools 24.x.x the process doesn't works.

Rubén
Miembro registrado
9 mensajes
Publicado el 21,julio 2016 - 16:45
I am using Build Tools 23.0.1 sir.
Miembro registrado
637 mensajes
Popularité : +36 (36 votes)
Publicado el 22,julio 2016 - 13:25
Hi Paul,

I had exactly the same problem some weeks ago. I confirm the problem comes from SDK version.
Are you on version 21? If yes, you can try using automatic tools instead your own SDK installation.

I still don't know why but when I downgrade to SDK 23 instead 24 the issue remains...
May be have you tried SDK 24 and then return to 23?

So, I suggest you to try automatic tools when compiling.

Regards,
Eric.

--
Eric DELATTRE
http://www.yoosite.fr
Mensaje modificado, 22,julio 2016 - 13:26
Publicado el 28,septiembre 2016 - 19:25
Has anyone found a solution to this yet?

It just started happening today to me in WDM20.
Publicado el 11,octubre 2016 - 11:40
Hi. For me, simply doesn't install build tools 24.x.x. You can have installed 23.x.x, but if you install 24.x.x the generation proceess will not works.


Rubén
Publicado el 24,octubre 2016 - 12:05
I had this same problem when i try to create Android app by including HF libraries.. without these libraries the Android app gets created without any error... when i pointed out this to PCSoft.. they said that i am using latest Android SDK tools.. so they suggested to install following versions of these tools

Android SDK Tools 24.4.1
Android Platform-Tools 23.0.1
Android SDK Build-tools 23.0.2
Android Support Repository 25
Google Repository 23

Now, the question is from where will i get these versions.. if i try to install from Android SDK manager, it always installs the latest Android SDK tool... any idea?
Publicado el 24,octubre 2016 - 12:06
I am too using WDM 20.. i m facing this same issue,, have you found any solution for this?
Publicado el 26,octubre 2016 - 18:40
Hi. My current "optimal" Android SDK configuration for WM21 is:

Android SDK Tools 25.2.2 (current last version)
Android SDK Platform-tools 23.0.1 (if you update to new versions then the generation/installation process don't works)
Android SDK Build-tools 25, 23.0.3, 23.0.2 and 23.0.1 (i don't know if it is ussing the 25 version, but it doesn't give me errors)
Android Support Repository 39 (current last version)
Google Play Services 37 (current last version)
Google Repository 38 (current last version)

Rubén