Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.08 KB

File metadata and controls

33 lines (17 loc) · 1.08 KB

Compilation d'AAPS

Construire vous-même au lieu de télécharger

The AAPS app (an apk file) is not available for download, due to regulations around medical devices. Il est légal de construire l'application pour votre usage personnel, mais vous ne devez en aucun cas donner une copie à d'autres personnes !

See FAQ page for details.


Three methods are available to build the AAPS app:

Build with a browser (recommended)

You can build the app with your smartphone using GitHub actions, and save it in your Google Drive.

Follow these instructions.


Build with Android Studio

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.

Follow these instructions.


Build using the command-line

This option is intended for those who prefer to build AAPS in local command-line, without installing Android Studio.

Follow these instructions.