5 thoughts on “How to build an Android development environment with Adt Bundle”

  1. Adt-Bundle, newly involved in Android development, there is no need to refer to the tedious configuration tutorials online like before, and can easily develop Android application development in one place.
    Step:
    The first step: Java SDK (JDK) installation:
    can ask Baidu to download JDK, or you can download JDK on the official.
    Step 2: Download Adt-Bundle for Windows
    Step 3: Install ADT-Bundle
    Directly download the downloaded ADT-BUNDLE-WINDOWS-XXX-XXX.ZIP and decompress to it Need to install.
    Step 4: Install the Android SDK
    The SDK Manager.exe (you can also run eclipse/eclipse.exe and open it through Windows-> Android SDK Manager)
    Check the Android version of the target mobile phone you want to develop, it is best to hook it all, and then click Install Package according to the prompts. Accept allows waiting for installation (this is a slow process)
    : Configure Android AVD (virtual simulator)
    In open Eclipse (eclipse/eclipse.exe), (eclipse running startup may look a bit different, you can display some commonly used windows and toolbars through Windows), and then from Windows -> Android Virtual Device Manger Open the AVD manager.
    Click the New button to create your new AVD and make a simple explanation. The parameters can actually be filled in freely. Click OK.
    The AVD configured will be used as the default commissioner of your Android application. Of course, you can also configure multiple.

    Step 6: Create a Hello World Project
    This through File-> New-> Android Project, and then enter Hello World (project name), next, Finish.

    Step 7: From running Hello World
    , click Run Debug (shortcut F11) to run in your configuration simulator.

  2. Step 1: Java SDK (JDK) Installation:
    It can ask Baidu to download JDK, or you can download JDK on the official download.
    official download address: // java/javase/downloads/index

    Step 2: Download Adt-Bundle for Windows n Official download link: Developer.android/sdk/index

    The third step: Install Adt-Bundle
    Directly put the downloaded Adt-Bundle-Windows-XXX-XXX.ZIP and unzip it to the position you need to install.

    Step 4: Install Android SDK
    The SDK Manager.exe in the unzip -definter folder (you can also run Eclipse/Eclipse.exe and then open it through Windows-> Android SDK Manager)))

    This to check the target Android version you want to develop, it is best to hook it all, and then click Install Package to press the prompts, access allows waiting for installation (this is a slow process)

    Step 5: Configure the Android AVD (virtual simulator)
    Open the Eclipse (eclipse/eclipse.exe). Commonly used windows, toolbars are displayed), and then open the AVD manager from Windows-> Android Virtual Device Manger.
    Click the New button to create your new AVD. As shown in the figure below, I made a brief explanation. In fact, you can fill in the parameters. Click OK.

    The AVD you configured will be the default debugging of the Android application. Of course, you can also configure multiple.

    Step 6: Create a Hello World Project
    This through File-> New-> Android Project, and then enter Hello World (project name), next, Finish.

    Step 7: From running Hello World
    , click Run Debug (shortcut F11) to run in your configuration simulator.

    has the thing Adt-Bundle, which is much more convenient.

  3. First download the JDK and Adt Bundle
    , then install the JDK according to the guide, set the JDK path to the environment variable in the system
    Next decompress the Adt Bundle
    Done ~

  4. Adt Bundle contains Eclipse SDK Adt, and a jdk.
    So you should first install JDK
    Configure Java environment variables

    and then unzip adt bundle
    and then update SKD
    In open Eclipse
    Set the working directory
    Set the SDK path
    The new Android project

    In see hello world, all the jobs are done.
    Please review the answer as a normal answer.

Leave a Comment

Shopping Cart