Android Cordova Mode Doesn't Build APK Properly
See original GitHub issueDescribe the bug
I have an existing v1 app that builds alright by running quasar build -m cordova -T android but suddenly, the build doesn’t seem to work at all. It’s just displaying the default placeholder.
This file will be auto-generated. Do not edit. Run “quasar dev” or “quasar build” with Cordova mode.
quasar dev -m cordova -T android works. It’s just in the actual building of the production app. It was working alright before, it must’ve broke by recent updates. But I have a habit of running quasar upgrade, I can’t pinpoint yet where it has gone haywire.
Codepen/jsFiddle/Codesandbox (required)
https://codepen.quasar.dev. Issue persists on fresh install. quasar create test
To Reproduce Steps to reproduce the behavior:
quasar create test- Proceed with defaults
quasar mode add cordovacd src-cordovacordova platform add androidquasar build -m cordova -T android- generate a keystore
- sign keystore
- install resulting apk to an android device
- See unwanted behavior
Expected behavior It should display default quasar template in mobile app form.
Screenshots

Platform (please complete the following information): OS: Pop!_OS Node: 12.4.0 NPM: 6.9.0 Yarn: 1.21.1 Browsers: iOS: Android: 8.0.0 Electron:
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)

Top Related StackOverflow Question
Fixed in “@quasar/app” v1.4.3.
Hello,
I am getting this error aswell on a newly installed rig. I tried to launch on my old one and the whole process is working, meaning the application loads correctly. I also precise that the version of my app are the same on both setups.
I’m not using an emulator but my own smartphone that is under Android 8.0.
About my two rigs here are the configuration:
The logs displayed in the console from “BUILD SUCCESSFUL in Xs” are also the same, the only difference is that while connected to my new computer my smartphone displays the blank page with the content OP described.
Not having deep knowledge about everything revolving around this I’m kind of at a loss of ideas to solve this… Thanks in advance for reading and any clue of the origin of this issue.