
Run the following command "Adb logcat -v threadtime >logcat.To test whether adb is working properly, connect your Android device to your computer using a USB cable and run following command "adb devices" this will show the devices connected to the system.Connect the device to the system and trust/allow the system.Go to Developer options on phone and turn on USB debugging.Also make sure you are not running Android Studio on either machine. You should see get the message saying you are now a developer. The ADB debugging tool is normally used to communicate with Android devices. Phone>Settings>About Phone>Tap the "Build Number" seven times.Enable USB debugging on your Android phone:.



This will open the command prompt with correct path from adb.Press shift and right click the mouse icon, select "Open Command window here" or you can run the command prompt and enter the path of where the adb.exe file is located.Unzip the folder and ensure that the adb.exe file is there.Download the SDK platform for your platform (windows /mac) from this link :.
