DelphiWorlds / DeviceLens

MIT License
36 stars 7 forks source link

ADB command not found on selected SDK? #23

Open SARTrack opened 3 weeks ago

SARTrack commented 3 weeks ago

Using Delphi 12.

ADB command not found on selected SDK. When I then select the directory of the used SDK, which contains the file adb.exe , it does not accept this. As a result I cannot do anything at all.

What does it mean 'Selected SDK'... Selected where? What does it mean 'ADB command': I do assume it is the 'adb.exe' file?

Thanks, info@sartrack.nz

DelphiWorlds commented 3 weeks ago

When I then select the directory of the used SDK, which contains the file adb.exe

What is the exact name of the folder you selected? It should be the *root the of the Android SDK, i.e. the folder that contains the subfolders:

build-tools
cmdline-tools
platforms

etc

What does it mean 'ADB command': I do assume it is the 'adb.exe' file?

Yes, it means 'adb.exe', which is in the platform-tools folder, but Device Lens requires you select the SDK root folder.

SARTrack commented 3 weeks ago

That worked, thanks. Please update the text in a next update, as it is totally unclear...