diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 88bc733392f45..864e82e30917f 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -28,8 +28,7 @@ supported with the latest version of ADT.

  • Eclipse JDT plugin (included in most Eclipse IDE packages)
  • JDK 6 - (JRE alone is not sufficient)
  • oid Development Tools plugin -(recommended) + (JRE alone is not sufficient)
  • Not compatible with GNU Compiler for Java (gcj)
  • @@ -79,73 +78,6 @@ To get these packages for your SDK, continue to Adding Platforms and Packages.

    -

    Download the ADT Translation Manager Plugin

    - - - -

    ADT Translation Manager Plugin is an Android SDK Tools plugin that helps -you work with strings that you are localizing. It's designed to work -with the translation services built into the Google Play Developer -Console that let you quickly find and purchase translations of -your app from a list of pre-qualified vendors.

    - -

    The plugin simplifies the management of strings -during translation. It lets you easily export your default strings -and upload them directly to the Developer Console, from which you -can get estimates or purchase translations. When your translations -are ready, the plugin lets you quickly download and import them -back into your project. During import, it moves all of the translated resources into -the correct locations under res/values, so that -localization works instantly.

    - -

    For more information about translation services in Google Play, see Purchase -professional translations through the Developer Console.

    - -

    To install the ADT Translation Manager Plugin follow these steps:

    - -
      -
    1. Install the ADT Plugin, as described above.
    2. -
    3. In Eclipse, select Help > Install New -Software.
    4. -
    5. Click Add, in the top-right corner.
    6. -
    7. In the Add Repository dialog that appears, enter a repository name for the Name - and the following URL for the Location: -
      https://dl.google.com/alt/
      -
    8. -
    9. Click OK. -
    10. In the Available Software dialog, select the checkbox next to Android Developer Tools - - Translation Manager and click Next.
    11. -
    12. In the next window, you'll see a list of the tools to be downloaded. Click -Next.
    13. -
    14. Read and accept the license agreements, then click Finish. -

      If you get a security warning saying that the authenticity or validity of -the software can't be established, click OK.

    15. -
    16. When the installation completes, restart Eclipse.
    17. -
    - -

    Installation notes

    - - - - -

    Troubleshooting ADT Installation

    If you are having trouble downloading the ADT plugin after following the