Learning Java by Building Android  Games
上QQ阅读APP看书,第一时间看更新

Setting up Android Studio

Setting up Android Studio is quite straightforward if a little lengthy. Grab some refreshment and get started with the following steps.

  1. Visit developer.android.com/studio/index.html. Click the big green button to proceed.
    Setting up Android Studio
  2. Accept the terms and conditions by checking the box and then click the big blue button DOWNLOAD ANDROID STUDIO FOR WINDOWS.
    Setting up Android Studio
  3. When the download is completed run the file you just downloaded. It has a name that starts android-studio-ide… the end of the name of the file will vary based on the current version at time of reading.
  4. Click the Next button to proceed.
    Setting up Android Studio
  5. Leave the default options selected as shown next and click the Next button.
    Setting up Android Studio
  6. Next, we need to choose where to install Android Studio as shown in the next image.
    Setting up Android Studio

    The install wizard recommends 500mb, however there are more requirements later in the install process. It is much easier if you have all your Android Studio parts as well as your project files on the same hard drive. I recommend having at least 2gb of free space. If you need to switch drives to accommodate this, then use the Browse.. button to browse to a suitable place on your hard drive.

    Tip

    Write down a note of where you choose

  7. When you are ready click the Next button.
  8. In this next window you are choosing the folder in your start menu where Android Studio will appear. Leave it at the default as shown next.
    Setting up Android Studio
  9. Click Install.
  10. This step might take some time, especially on older machines or if you have a slow Internet connection. When this stage is done you will see this screen.
    Setting up Android Studio
  11. Click Next.
  12. Android Studio is now installed, check the Start Android Studio check-box and click the Finish button.
    Setting up Android Studio
  13. You will be greeted with the Welcome screen as shown next.
    Setting up Android Studio
  14. Click the Next button.
  15. Choose Standard install type as shown next.
    Setting up Android Studio
  16. Click the Next button.
  17. Choose whichever color scheme looks nice to you, I chose InteliJ as shown next.
    Setting up Android Studio
  18. Click Next.
  19. Now you will see the Verify Settings screen.
    Setting up Android Studio
  20. Click the Finish button. Android Studio will now commence some more downloads, they could take some time.
  21. When Android Studio is ready you will have the option to run Android Studio. At this point click the Finish button. Android Studio is ready- probably. You can leave it open if you are carrying straight on with the next section or you can close it and then reopen it when instructed in the next section.