Wednesday, 15 May 2013

android - Why adb is under platform tools? -


I was going through ADB in Android. Why is it under platform tool? No matter what the platform is, it should be able to install the app on the emulator or actual device ... then it should come under the tool directory

Generally, there are binaries in the platform-tools / directory, which are specific to the development machine OS. For example, I am running Ubuntu Linux, and so I have Linux versions of adb , etc. adb.exe , and more, in some other running windows.

Tools / directory is mostly shell scripts and batch files. It was used that both were sent to all development machines. I think that nowadays, they have development OS (e.g., I have android , android.bat ).


No comments:

Post a Comment