Not able to run my first program on anroid tablet

Posted by misguided on Stack Overflow See other posts from Stack Overflow or by misguided
Published on 2013-09-11T23:33:42Z Indexed on 2013/10/25 3:55 UTC
Read the original article Hit count: 106

Filed under:
|

I am not able to run on my android tablet. I have been following the Android training link It says

To run the app from Eclipse:

  1. Open one of your project's files and click Run from the toolbar.
  2. In the Run as window that appears, select Android Application and click OK.

But when I do the same , I do not see anything on my Mototola xoom Tablet.

I have checke dthe following link for Setting up USB drivers.As per the link , I have confirmed that device is connected

When plugged in over USB, you can verify that your device is connected by executing adb devices from your SDK platform-tools/ directory. If connected, you'll see the device name listed as a "device."

C:\Android\sdk\platform-tools>adb devices
List of devices attached
0380610842bf5157        device

Can anyone please advise where I am going wrong. What should I do to make my eclipse code run on android tablet.

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse-adt