Android Debug Bridge
adb is a versatile command line tool that lets you communicate with an emulator instance or connected Android device. It facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that can run commands on the connected device or emulator.
| System | Target | Derivation | Build status |
|---|---|---|---|
| x86_64-linux | /gnu/store/zgxzyi42bvipyxggrq7wcp71w2f9if9z-adb-7.1.2_r36.drv | ||
| i686-linux | /gnu/store/mn90bq2zrrmmqavimfrsz5299vc8mqgx-adb-7.1.2_r36.drv |
| Linter | Message | Location |
|---|---|---|
| patch-file-names Validate file names and availability of patches | file names of patches should start with the package name | |
| formatting Look for formatting issues in the source | line 354 is way too long (91 characters) | |
| formatting Look for formatting issues in the source | line 373 is way too long (97 characters) |