Skip to content

Files

Latest commit

7049014 · Mar 7, 2025

History

History
33 lines (28 loc) · 604 Bytes

pour-android.md

File metadata and controls

33 lines (28 loc) · 604 Bytes

Pour Android

Dans un terminal de commande qui est dans le dossier GitHub Papillon, exécutez ces lignes :

{% tabs %} {% tab title="Release" %}

git clone git@github.com:PapillonApp/Papillon.git
cd Papillon
npm install
npx expo prebuild -p android
cd .\android\
./gradlew ":app:assembleRelease"

{% endtab %}

{% tab title="Debug" %}

git clone git@github.com:PapillonApp/Papillon.git
cd Papillon
npm install
npx expo prebuild -p android
cd .\android\
./gradlew ":app:assembleDebug"

{% endtab %} {% endtabs %}

L'APK est disponible ici

cd app/build/outputs/apk/release