codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Build an Android App with Quasar Framework

Erik C. Rutledge
codeburst
Published in
3 min readJan 3, 2018

Housekeeping

Configuring Cordova

Build Android App (this article)

Publish to Google Play Store

Motivation

Build Android App

$ quasar init default android-app
$ cd android-app
$ yarn install # or npm install
$ quasar build
$ quasar wrap cordova
$ cd cordova
$ cordova platform add android
$ cordova requirements
$ cordova build --release

Publish to Google Play Store

Troubleshooting

$ cordova platform remove android
$ cordova platform add android

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Published in codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Responses (2)

Write a response