From 401431f08b6b4381d7ab1f8538328e04a94c6ba9 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Wed, 10 Jul 2019 10:52:08 -0400 Subject: [PATCH] Updated Installing Android Studio (markdown) --- Installing-Android-Studio.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installing-Android-Studio.md b/Installing-Android-Studio.md index b69b5d1..c0b889e 100644 --- a/Installing-Android-Studio.md +++ b/Installing-Android-Studio.md @@ -1,14 +1,14 @@ ### Android Developer Website Android Studio is distributed freely by Google, and the most up-to-date reference for installing and using the Android Studio software can be found on the Android developer website: -http://developer.android.com/sdk/index.html +      http://developer.android.com/sdk/index.html Android Studio is available on the Windows, MacOS, and Linux operating systems. ### System Requirements Before you download and install the Android Studio you should first check the list of system requirements on the Android developer’s website to verify that your system satisfies the list of minimum requirements: -http://developer.android.com/sdk/index.html#Requirements +      http://developer.android.com/sdk/index.html#Requirements ### Java Development Kit Earlier versions of Android Studio required that the user install the Java Development Kit software separately. Current versions of Android Studio incorporate the Java development software as part of the entire install package. It is no longer necessary (or recommended) to install the Java Development Kit separately. Instead, it is recommended that you use the Java Development Kit that is included with Android Studio. @@ -16,7 +16,7 @@ Earlier versions of Android Studio required that the user install the Java Devel ### Downloading and Installing Android Studio Once you have verified that your laptop satisfies the minimum system requirements, you can go to the Android developer’s website to download and install Android Studio: -https://developer.android.com/studio/index.html +      https://developer.android.com/studio/index.html Click on the green “DOWNLOAD ANDROID STUDIO” button to start the download process.