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
Post a Comment