PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → ADB.EXE
ADB.EXE
Started by Paul CLARIPAUL ISIP, Jul., 21 2016 4:26 PM - 8 replies
Registered member
9 messages
Posted on July, 21 2016 - 4:26 PM
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.
Posted on July, 21 2016 - 4:33 PM
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
Registered member
9 messages
Posted on July, 21 2016 - 4:45 PM
I am using Build Tools 23.0.1 sir.
Registered member
637 messages
Popularité : +36 (36 votes)
Posted on July, 22 2016 - 1:25 PM
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
Message modified, July, 22 2016 - 1:26 PM
Posted on September, 28 2016 - 7:25 PM
Has anyone found a solution to this yet?

It just started happening today to me in WDM20.
Posted on October, 11 2016 - 11:40 AM
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
Posted on October, 24 2016 - 12:05 PM
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?
Posted on October, 24 2016 - 12:06 PM
I am too using WDM 20.. i m facing this same issue,, have you found any solution for this?
Posted on October, 26 2016 - 6:40 PM
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