On my corona simulator no error codes come up but for some reason when testing an app on an android device, it doesn’t work as intended. Can someone please explain to me how I can go about finding the source of error when testing on the device? Everyone mentions “adb” but would I have to install that on the device I’m testing on or would I install that on my computer (mac) and then connect that to my android device? I found this: http://docs.coronalabs.com/guide/distribution/androidBuild/index.html#debugapp
and followed as best I could but I get confused here http://developer.android.com/sdk/installing/adding-packages.html
when it says go to tools and then execute android sdk from terminal (which tells me that command was not found).
thanks in advance and any help is much appreciated!