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/EN/SettingUpAaps/BrowserBuild.md
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ See [FAQ page](../UsefulLinks/FAQ.md) for details.
14
14
15
15
## Device and software specifications for building AAPS
16
16
17
-
You need an Android device with Android version > ?
18
-
19
-
iOS?
17
+
You need a browser that works on either Android or iOS.
20
18
21
19
You also need a Google account so that the app can be saved in your Google Drive.
22
20
@@ -65,7 +63,13 @@ GitHub now displays your personal copy of AndroidAPS. Leave this web browser tab
65
63
## 2. Preparation Steps
66
64
67
65
- If you are building from an Android device, install [File Manager Plus](https://play.google.com/store/apps/details?id=com.alphainventor.filemanager) from the Google Play store.
68
-
- Download the preparation file from [here](https://github.com/openaps/AndroidAPSdocs/raw/refs/heads/master/docs/_static/CI/aaps-ci-preparation.html).
66
+
```{eval-rst}
67
+
.. raw:: html
68
+
69
+
<pre style="font-family: inherit; margin: 0;">
70
+
• Download the preparation file from <a href="../_static/CI/aaps-ci-preparation.html" download>here</a>
71
+
</pre><br />
72
+
```
69
73
70
74
AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS):
71
75
@@ -101,6 +105,23 @@ The AAPS app will be saved in your Google Cloud drive once built:
0 commit comments