dvrg / ionic-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running

$ ionic serve

Build

$ ionic build
$ ionic capacitor add android
$ ionic capacitor sync

This command will build the ionic and create android folder inside root dir

$ cd android

This command will download some file

$ gradlew assembleDebug

And .apk file created in android/app/build/outputs/apk/debug

About


Languages

Language:TypeScript 67.5%Language:CSS 25.1%Language:Java 4.3%Language:HTML 3.1%