Taifun
December 10, 2024, 10:48pm
22
Mike_B:
Is MIT working on it?
they only can work on something, if they get information
unfortunatly you did not provide anything useful...
to just say "does not work" does not help very much...
ADB is a command-line utility that that can be used to control your device over USB from a computer. It will allow you to install / uninstall and or view logs on your device. This could be very handy when there are issues with a specific app and you like to view the logs for information that may lead to identify the cause of error.
In this post, we’ll discuss how to install and use ADB.
Installation:
ADB comes with Android SDK. However, you can download ONLY the ADB files from HERE .
EDIT: …
Taifun