[Resolved] Logcat implementation on windows based corona

Hi
Max here , i made an apk of my project and tried to install it to the device but it gave me the error apk corrupted. I read in the forum that if there is a log cat installed it will be easy to trouble shoot this issue. But i cannot find any topics on how to get the logcat to work with simulator. can anyone walk me through the steps needed, i have the android sdk, jdk 6 installed.

Thank you. [import]uid: 115284 topic_id: 26657 reply_id: 326657[/import]

Here is an app on goggle play:

https://play.google.com/store/apps/details?id=com.nolanlawson.logcat

you can record the log with this app its easy send it than via email to your computer…
[import]uid: 86417 topic_id: 26657 reply_id: 108051[/import]

Logcat isn’t part of corona. logcat is part of adb which is part of the android sdk available here:
http://developer.android.com/sdk/installing.html

You run logcat via a command line/terminal window with your device plugged in (with usb debugging enabled) with the following command (once you have installed the android sdk)

adb logcat [import]uid: 84637 topic_id: 26657 reply_id: 108071[/import]

Thanks for the help guys. [import]uid: 115284 topic_id: 26657 reply_id: 108600[/import]

You are very welcome [import]uid: 84637 topic_id: 26657 reply_id: 108643[/import]

Quick question, can logcat print Corona errors? [import]uid: 129450 topic_id: 26657 reply_id: 109644[/import]

Yes logcat will show print statements and corona errors also. [import]uid: 84637 topic_id: 26657 reply_id: 109661[/import]