aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-06-15 19:40:08 -0700
committerRaphael Moll <ralf@android.com>2012-06-18 11:31:06 -0700
commitca025e61835851d17a1c0a635646b4b8eabf4f37 (patch)
treea0c43f73ccc4aa0ff2433ae650d37a17d4bb0794
parent480e305192e65f5e69687bbc6dafbebfa9e1edbc (diff)
downloadsdk-ca025e61835851d17a1c0a635646b4b8eabf4f37.zip
sdk-ca025e61835851d17a1c0a635646b4b8eabf4f37.tar.gz
sdk-ca025e61835851d17a1c0a635646b4b8eabf4f37.tar.bz2
Fix instructions from SDK Controller app
SDK Bug: 6675523 Change-Id: I2d2ec065c1fd31ed682f11be7c80f0dac6816a24
-rwxr-xr-xapps/SdkController/assets/intro_help.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/SdkController/assets/intro_help.html b/apps/SdkController/assets/intro_help.html
index c957f73..7657aa3 100755
--- a/apps/SdkController/assets/intro_help.html
+++ b/apps/SdkController/assets/intro_help.html
@@ -32,8 +32,10 @@ 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:1970 localhost:android.sdk.controller</i> </li>
-<li>Finally <b>run an emulator</b> with an AVD targetting <b>API 15</b>. </li>
+<li>On the computer in a shell, run: <br/><i>adb forward tcp:1970 localabstract:android.sdk.controller</i> </li>
+<li>Finally <b>run an emulator</b> with an AVD targetting <b>API 15</b>.
+Multi-touch emulation must be explicitly enabled in emulator either by setting "Touch screen type" property to "multi-touch" in AVD Manager,
+or by starting the emulator with "-screen multi-touch" option.</li>
</ol>
<a href="https://sites.google.com/a/android.com/tools/recent/sensoremulation">Read more.</a>
</body>