Skip to content

filippoerbisti/QOSC

Repository files navigation

QOSC

QOSC - Quickly Organize Social Contacts

Structure:

  • QOClient (Next js & TailwindCSS & Ionic)
  • QOServer (Laravel App)
  • Database MySQL (Heroku)

Cross platform application (using Capacitor)

immagine

immagine

npm run static => next build && next export

(build in folder ./out)

npx cap sync => to sync changes in ios & android folder

immagine

npx cap open ios => will open ./ios folder in XCode

npx cap open android => will open ./android folder in Android Studio

Build application in Android Studio

Once you use npx cap sync and then npx cap open android will open ./android folder in Android Studio
Create APK in Android Studio:

  • In the Android menu, go to Build > Build Bundle(s) / APK (s) > Build APK(s).
  • Android Studio will start building the APK for you. Once done, a pop-up on the bottom right will notify you of its completion. Click the ‘locate’ button in this dialog.
  • The ‘locate’ button should open File Explorer with the debug folder open that contains a file called “app-debug.apk”.
  • That’s it. Rename this file and share!

Output folder: \android\app\build\outputs\apk\debug