Tags: moreinfo
Thanks for the bug report! I am guessing you installed fastboot using `apt-get install fastboot` rather than `apt-get install android-sdk` or `apt-get install android-sdk-platform-tools`. Installing either android-sdk or android-sdk-platform-tools should fix your problem. The question that remains is: can we handle this better? I don't think fastboot should Depends: on android-sdk-platform-tools since the most common use cases do not require android-sdk-platform-tools to work. I think adding Recommends: android-sdk-platform-tools could make sense.