I am making an app in Android Studio, now trying to debug it through adb. When I click on the word Android and the logo on the bottom bar, logcat comes up and recognizes my
I tested all ways and non of them worked !!!
finally had to change the adb port and it worked. first kill adb server like below:
adb kill-server
then restart it using another port
adb -P 5038 start-server