

Build your Android app (via cordova build android) and install the app in your device. These prerequisites are a must before the following steps can be started.ġ. For help with this, see this link and look up “Set up the PATH statements:”

bash_profile hidden file has a line to the above file folder, so when I use the console, it will find the file and start it up. Here are the steps to implement logcat.ĪDB (Android Debug Bridge) was stored in my /adt-bundle-mac-x87_64/sdk/platform-tools folder, which I had installed when I first downloaded the Android Development Tools+Eclipse bundle to my Mac before Android Studio was released.Īlso, my. So when the app quits suddenly, we can read the messages along the way and pinpoint when it went south. Logcat allows us to read the logs that are automatically running in the background when we run the program. A more descriptive title would be, “Using ADB logcat outside of ADT, Eclipse, or Android Studio to debug your Android app installation errors.” Did you try to install the app in your Android device, but got the annoying “Unfortunately, has stopped”? If so, then you need to run ADB logcat to find out why.
