Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 563 Bytes

CircleCI CodeFactor

MOVIE STAR UI

Build instructions

build project files

ionic build

create android project

note: this is only needed once

npx cap add android

npx cap sync

Copy build files

npx cap copy

build android apk

cd ./android

./gradlew assembleDebug