diff options
author | Scott Main <smain@google.com> | 2010-07-19 14:57:29 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-07-19 14:57:29 -0700 |
commit | 9abf2067f009f499d8f87ec1557710f83a746607 (patch) | |
tree | eeebfafa8c4d1353047063c178e4de223a4e5ba3 /docs | |
parent | 6b98ece3e57bf08729615cc91329775b59bef826 (diff) | |
parent | 3dfa6ec5f3446c0819619aed6accc593f235cdc9 (diff) | |
download | frameworks_base-9abf2067f009f499d8f87ec1557710f83a746607.zip frameworks_base-9abf2067f009f499d8f87ec1557710f83a746607.tar.gz frameworks_base-9abf2067f009f499d8f87ec1557710f83a746607.tar.bz2 |
am 3dfa6ec5: am 945ac54d: am 85e7ae9b: Merge "docs: add troubleshooting to eclipse guide about restarting adb" into froyo
Merge commit '3dfa6ec5f3446c0819619aed6accc593f235cdc9'
* commit '3dfa6ec5f3446c0819619aed6accc593f235cdc9':
docs: add troubleshooting to eclipse guide about restarting adb
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/developing/eclipse-adt.jd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/html/guide/developing/eclipse-adt.jd b/docs/html/guide/developing/eclipse-adt.jd index 66379a3..9c77ece 100644 --- a/docs/html/guide/developing/eclipse-adt.jd +++ b/docs/html/guide/developing/eclipse-adt.jd @@ -785,6 +785,8 @@ DDMS and configure Eclipse to debug on port 8700. (<strong>Note: </strong>Be sur have first started <a href="{@docRoot}guide/developing/tools/ddms.html">DDMS</a>). </p> + + <!-- TODO: clean this up and expand it to cover more wizards and features <h3>ADT Wizards</h3> |