aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2012-05-07 12:33:33 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2012-05-07 12:33:33 -0700
commit04a75aa21f94dbcd64c42f2a2ee70b1ac009ad93 (patch)
treeec988e2007b88b1e91b0c70826bfcb0ea608aa78 /apps
parent443bced59c3b18ab297372c7dce4f394a4e95eb9 (diff)
downloadsdk-04a75aa21f94dbcd64c42f2a2ee70b1ac009ad93.tar.gz
Fix help screen
The current help contains an obsolete adp port forwarding message. Updated. Change-Id: I13e0fe383cd9f19ce3ef2389e7da3826da01b68f
Diffstat (limited to 'apps')
-rwxr-xr-xapps/SdkController/assets/intro_help.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/SdkController/assets/intro_help.html b/apps/SdkController/assets/intro_help.html
index 000efa406..c957f73b9 100755
--- a/apps/SdkController/assets/intro_help.html
+++ b/apps/SdkController/assets/intro_help.html
@@ -32,7 +32,7 @@ To use it, do the following: <br/>
<ol>
<li>Connect your device to your computer via USB. Make sure to enable <i>USB Debugging</i> in <i>Settings &gt; Developer Options</i>. </li>
<li>Start this application on your device. </li>
-<li>On the computer in a shell, run: <br/><i>adb forward tcp:1968 tcp:1968</i> </li>
+<li>On the computer in a shell, run: <br/><i>adb forward tcp:1970 localhost:android.sdk.controller</i> </li>
<li>Finally <b>run an emulator</b> with an AVD targetting <b>API 15</b>. </li>
</ol>
<a href="https://sites.google.com/a/android.com/tools/recent/sensoremulation">Read more.</a>