I’m trying to debug android device from a mac. I used to be able to debug but I stepped away from coding for a while and now that I’m coming back into it, I can’t seem to get adb logcat to work.
For starters, yes I did read the debugging guide and other forum answers. I seriously spent all day trying to get this to work to no avail. In terminal when I type:
/Users/Nate/Library/Android/sdk/platform-tools
terminal will respond with “is a directory”
Within this platform-tools folder I have the adb file but when I type:
adb logcat
or
adb logcat Corona:v *:s
Then terminal says “command not found”
Any ideas on what to do next?
ANY help is greatly appreciated (don’t be afraid to really dumb it down either, haha. It will be appreciated)