Not able to run my first program on anroid tablet
- by misguided
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:
Open one of your project's files and click Run from the toolbar.
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.