You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install Python 3.9 or later from the `Python website <https://www.python.org/downloads/>`_. **Make sure to check the box that says "Add Python to PATH".**
27
+
2. Install Python 3.9-3.12 from the `Python website <https://www.python.org/downloads/windows/>`_. **Make sure to check the box that says "Add Python to PATH".**
28
28
3. Install Pip. ``python -m ensurepip``
29
29
4. Install Git. ``choco install git``
30
30
5. Install Make. ``choco install make``
31
31
6. Install the lastest version of VS Code. ``choco install vscode``
32
32
33
33
.. tab-item:: Linux/Mac
34
34
35
-
1. Install Python 3.9 or later. You can download it from the `Python website<https://www.python.org/downloads/>`_.
35
+
1. Install Python 3.9-3.12. You can download it from the Python website: `macOS <https://www.python.org/downloads/macos/>`_, `Linux <https://www.python.org/downloads/source/>`_.
36
36
2. Install the latest version of `Pip <https://pip.pypa.io/en/stable/installation/>`_.
37
37
3. Install Git from the `Git website <https://git-scm.com/downloads>`_.
Copy file name to clipboardExpand all lines: docs/source/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.rst
+4-82Lines changed: 4 additions & 82 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ and install Android Studio:
49
49
50
50
* https://developer.android.com/studio
51
51
52
-
Click on the green "DOWNLOAD ANDROID STUDIO" button to start the
52
+
Click on the white "Download Android Studio <latest version>" button to start the
53
53
download process.
54
54
55
55
.. image:: images/DownloadAndroidStudio.jpg
@@ -58,9 +58,9 @@ download process.
58
58
59
59
|
60
60
61
-
Accept the license terms and then push the blue "DOWNLOAD ANDROID
62
-
STUDIO" button on the Android Developer webpage to download the
63
-
software.
61
+
Accept the license terms and then push the white "Download Android
62
+
Studio <latest version> for <operating system>" button on the Android
63
+
Developer webpage to download the software.
64
64
65
65
Once the setup package has downloaded, launch the application and follow
66
66
the on-screen instructions to install Android Studio.
@@ -70,81 +70,3 @@ the on-screen instructions to install Android Studio.
70
70
:alt:Android Studio Setup screen
71
71
72
72
|
73
-
74
-
Configuring Android Studio (Ladybug and later)
75
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
-
77
-
.. note::
78
-
79
-
See the Caution above for why this is necessary.
80
-
81
-
.. note::
82
-
83
-
Android Studio Ladybug updates the underlying JetBrains IntelliJ version such that
84
-
the interface is a VSCode look alike. The screenshots in this documentation use the
85
-
JetBrains/Android Studio Classic UI which is no longer supported natively by JetBrains.
86
-
To follow along, users should install the `Classic UI <https://plugins.jetbrains.com/plugin/24468-classic-ui>`__ plugin.
0 commit comments