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
Copy file name to clipboardExpand all lines: docs/CROWDIN/pb/SettingUpAaps/BuildingAaps.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,26 @@ See [FAQ page](../UsefulLinks/FAQ.md) for details.
8
8
9
9
---
10
10
11
-
Two methods are available to build the AAPS app:
11
+
Three methods are available to build the AAPS app:
12
12
13
-
### Build with a browser
13
+
### Build with a browser (recommended)
14
14
15
15
You can build the app with your smartphone using GitHub actions, and save it in your Google Drive.
16
16
17
17
**[Follow these instructions.](./BrowserBuild.md)**
18
18
19
19
----
20
20
21
-
### Build with a computer
21
+
### Build with Android Studio
22
22
23
-
You can build the app with your computer using Android Studio.
23
+
You can build the app with your computer using Android Studio. This used to be the only build option, nowadays Android Studio is mostly used by developers who consider making code changes.
24
24
25
25
**[Follow these instructions.](./ComputerBuild.md)**
26
26
27
+
----
28
+
29
+
### Build using the command-line
30
+
31
+
This option is intended for those who prefer to build AAPS in local command-line, without installing Android Studio.
0 commit comments