|
|
os |
|
|
\ No newline at end of file |
|
|
# 🤖 Build App for Android devices
|
|
|
|
|
|
Inside the root directory (```./minorisa-app/```) execute this commands:
|
|
|
|
|
|
`ionic build`
|
|
|
|
|
|
`npx cap copy`
|
|
|
|
|
|
`npx cap sync`
|
|
|
|
|
|
`ionic capacitor open android`
|
|
|
|
|
|
Once Android Studio has opened...
|
|
|
|
|
|
- Go to `Build -> Generate Signed Bundle / APK...`
|
|
|
|
|
|

|
|
|
|
|
|
- Select `APK`
|
|
|
|
|
|

|
|
|
|
|
|
- Create new or choose existing **Key Store Path**
|
|
|
|
|
|

|
|
|
|
|
|
- Select **release** and Check **V2 (Full APK Signature)**
|
|
|
|
|
|

|
|
|
|
|
|
- Wait until **Gradle** (Android Studio Component) and you can **Locate Built APK**
|
|
|
|
|
|
 |
|
|
\ No newline at end of file |