diff options
Diffstat (limited to 'docs/html/guide/developing/device.jd')
-rw-r--r-- | docs/html/guide/developing/device.jd | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index f12c7d4..657f549 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -1,4 +1,4 @@ -page.title=Developing on a Device +page.title=Connecting Hardware Devices @jd:body <div id="qv-wrapper"> @@ -30,10 +30,7 @@ environment and Android-powered device for testing and debugging on the device.< <p>You can use any Android-powered device as an environment for running, debugging, and testing your applications. The tools included in the SDK make it easy to install and run your application on the device each time you compile. You can install your application on the -device <a -href="{@docRoot}guide/developing/eclipse-adt.html#RunningOnDevice">directly from -Eclipse</a> or <a href="{@docRoot}guide/developing/other-ide.html#RunningOnDevice">from the -command line</a>. If +device directly from Eclipse or from the command line with ADB. If you don't yet have a device, check with the service providers in your area to determine which Android-powered devices are available.</p> @@ -48,7 +45,7 @@ Dev Phone, see the <a href="http://market.android.com/publish">Android Market</a <p class="note"><strong>Note:</strong> When developing on a device, keep in mind that you should still use the <a -href="{@docRoot}guide/developing/tools/emulator.html">Android emulator</a> to test your application +href="{@docRoot}guide/developing/devices/emulator.html">Android emulator</a> to test your application on configurations that are not equivalent to those of your real device. Although the emulator does not allow you to test every device feature (such as the accelerometer), it does allow you to verify that your application functions properly on different versions of the Android |