android - Why adb is under platform tools? -


i going through adb in android. why under platform tools? no matter, platform, should able install app on emulator or real device... should come under tools directory right

generally speaking, platform-tools/ directory contains binaries specific development machine's os. example, running ubuntu linux, , have linux versions of adb, etc. else running windows have adb.exe, etc.

the tools/ directory shell scripts , batch files. used both shipped development machines. see nowadays, split them development os (e.g., have android, not android.bat).


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -