error while installing on android phone/ tablet

Hi

Application working fine on Corona Simulator and when i install it on android its showing error.The error is
‘’ this application encountered a Lua error(see logs) or has been corrupted".

What is problem.Please give me solution for that. [import]uid: 209400 topic_id: 34545 reply_id: 334545[/import]

You need to install the “Android Debug Bridge” (adb) tools on your computer. Once you have done that, hook your device to your computer via a USB Port (tethering) and use the command:

adb logcat

to see the console log of the device. The error will be listed there.
[import]uid: 199310 topic_id: 34545 reply_id: 137444[/import]

Hi

Thanks for your response.

Can you tell me step by step?. [import]uid: 209400 topic_id: 34545 reply_id: 137467[/import]

Go to google.com and search for

install android debug bridge for mac

or

install android debug bridge for windows

The first could of links for both searches should provide you the step by step instructions you need. [import]uid: 199310 topic_id: 34545 reply_id: 137521[/import]

You need to install the “Android Debug Bridge” (adb) tools on your computer. Once you have done that, hook your device to your computer via a USB Port (tethering) and use the command:

adb logcat

to see the console log of the device. The error will be listed there.
[import]uid: 199310 topic_id: 34545 reply_id: 137444[/import]

Hi

Thanks for your response.

Can you tell me step by step?. [import]uid: 209400 topic_id: 34545 reply_id: 137467[/import]

Go to google.com and search for

install android debug bridge for mac

or

install android debug bridge for windows

The first could of links for both searches should provide you the step by step instructions you need. [import]uid: 199310 topic_id: 34545 reply_id: 137521[/import]