Debugging on Device Tips and Tricks

Thanks Andrew

I am trying to debug my app which is only showing the background and no other image files and animation.

Hopefully your method will help me.

If I get stuck, I will knock again.

regards

Sunny

It is giving me the same message as to few people above - waiting for device.

Do I need to install some tools and debug apps in my phone also to make the connection?

Have you set your device to developer/debugging mode?  On your device, go to Settings|Applications.  Make sure “Unknown sources” is checked.  Also, go into Development and make sure “USB debugging” is checked.

Also, if you haven’t seen it already, you may find this blog post helpful: http://www.coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/.

  • andrew

USB debugging is on.

But I am not finding the settings > application settings,

I have Samsung galaxy Tab 2

The exact wording may differ depending on your Android version and device, but search around a bit within settings and see if you find anything about allowing apps to be installed from non-market sources.  If not, then try going ahead without it.

  • Andrew

Got it connected, I had to sync it with Samsung Kies

Ok it worked thanks to the debugger I could pin point, the problem :  name was fine, but .png was .PNG and I had written .png, now it is working from test flight as well as by USB connection.

Thanks for all the help.

Thanks for sharing this idea.

Thanks for sharing this idea.

You can try remote debugging on android using chrome, you need

  • Chrome 32 or later installed on your development machine.
  • A USB cable to connect your Android device.
  • For browser debugging: Android 4.0+ and Chrome for Android.
  • For app debugging: Android 4.4+ and a WebView configured for debugging.

You can try remote debugging on android using chrome, you need

  • Chrome 32 or later installed on your development machine.
  • A USB cable to connect your Android device.
  • For browser debugging: Android 4.0+ and Chrome for Android.
  • For app debugging: Android 4.4+ and a WebView configured for debugging.