Android Question Right directory for adb.exe

Bob Spielen

Active Member
Licensed User
Got error massage after downloading android SDK Platform-tools, revision 26.0.2 MANUALLY and unzipped it at :
C:\Android\android-sdk\platform-tools\adb.exe.

Compiling my app I get the message:

Cannot find: C:\Android\tools\..\platform-tools\adb.exe
Please configure paths (Tools - Configure Paths).


My android.jar is in : C:\Android\platforms\android-27\android.jar

The question is: Where should the adb.exe be? I can´t find out at the error message where "\..\" is.

Thanks a lot in advance for your help.
 

stevel05

Expert
Licensed User
Longtime User
Have you changed the location in Tools/Configure paths?






My adb.exe is in the same relative place.
 
Upvote 0

Bob Spielen

Active Member
Licensed User
Really thank you! for your fast reply!

Good News......I replaced the platform-tools folder to C:\Android and it worked OK!

Bad News...now I get the message :

B4A Version: 7.30
Parsing code. (2.69s)
Compiling code. (10.34s)
Compiling layouts code. (1.55s)
Organizing libraries. (0.00s)
Generating R file. (4.33s)
Compiling generated Java code. (78.25s)
Convert byte code - optimized dex. (35.59s)
Packaging files. (16.94s)
Copying libraries resources (11.11s)
Found 5 resource files.
Signing package file (private key). (40.50s)
ZipAlign file. (0.78s)
Installing file to device. Error


And a Windows error message :

The procedure entry point WSAPoll could not be located in the dynamic link library WS2_32.dll


Thanks for help.
 
Last edited:
Upvote 0

Bob Spielen

Active Member
Licensed User
SOLVED

Thanks Stevel, I solved the problem rolling back the Android SDK Platform-tools to 16.0.1 since I still use the win XP.
Best regards
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…