Android - Debugging on device
Posted
by teepusink
on Stack Overflow
See other posts from Stack Overflow
or by teepusink
Published on 2010-03-16T22:56:21Z
Indexed on
2010/03/16
23:41 UTC
Read the original article
Hit count: 247
android
|android-sdk
Hi,
How do I install the app that I'm making on an actual device?
I'm on Mac Snow Leopard with a Nexus One phone and I've followed the steps here http://developer.android.com/intl/zh-TW/guide/developing/device.html
So I added:
1. android:debuggable="true"
2. Turn on "USB Debugging" on your device.
However, when I go to the terminal and do "adb devices" only the emulator shows up there.
I'm supposed to see my device name too right?
What am I missing?
Thanks,
Tee
© Stack Overflow or respective owner