Java Programming for Android Developers For Dummies
Book image
Explore Book Buy On Amazon
In the Android world, things change very quickly. The folks at Google are always creating new features and new tools. The old tools stop working and the old instructions no longer apply. If you see something on your screen that doesn't look like familiar, don't despair. It might be something very new, or you might have reached a corner of the software that is a dark corner.

You download Android's SDK and Android Studio in one big gulp. Here's how:

  1. Visit Android's Developer website.The page has a big button for downloading Android Studio. The Android Studio download includes the much-needed Android SDK. The web page may not look the same, but you'll still see an Android Studio download.
  2. Click the Download button on the web page.
  3. Agree to all the legal mumbo-jumbo.
  4. Save the download to your local hard drive.If you run Windows, the downloaded file is probably an .exe file. If you have a Mac, the downloaded file is probably a .dmg file. Of course, there are no guarantees. The downloaded file might be a .zip archive or maybe some other exotic kind of archive file. For more information on things like .exe and .dmg, refer to the sidebar entitled “Those pesky filename extensions.” And, if you need help with .zip files, see the earlier sidebar “Compressed archive files.”
java-programming-for android-developers-2e-android-studio
Downloading Android Studio.

What happens next depends on your computer's operating system.

  • In Windows: Double-click the .exe file's icon.

When you double-click the .exe file's icon, a wizard guides you through the installation.

  • On a Mac: Double-click the .dmg file's icon.

When you double-click the .dmg file's icon, you see an Android Studio icon (also known as an Android Studio.app icon). Drag the Android Studio icon to your Applications folder.

About This Article

This article is from the book:

About the book author:

Barry Burd, PhD, is a professor in the Department of Mathematics and Computer Science at Drew University in Madison, New Jersey. He has lectured at conferences in the United States, Europe, Australia, and Asia. He hosts podcasts and videos about software and other technology topics. He is the author of many articles and books, including Java For Dummies.

This article can be found in the category: