Describe 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 testquasar mode add cordovacd src-cordovacordova platform add androidquasar build -m cordova -T androidExpected 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:
Confirmed. Will get it fixed asap.
@rstoenescu also happening for capacitor builds. thx.

Fixed in "@quasar/app" v1.4.3.
Well, that's fast. Thanks razvan!
Fixed in "@quasar/app" v1.4.3.
Hello. I still have this problem.
The version is now 1.9.6, but the problem remains.
This file will be auto-generated. Do not edit. Run "quasar dev" or "quasar build" with Cordova mode.
I also have the following errors when executing the quasar dev command:
Dev mode.......... spa
Pkg quasar........ v1.12.4
Pkg @quasar/app... v1.9.6
Debugging......... enabled(node:38756) UnhandledPromiseRejectionWarning: SyntaxError: /home/amin/amin/package.json: Unexpected token : in JSON at posit ion 9
JSON.parse
loader.js:799 Object.Module._extensions..json
internal/modules/cjs/loader.js:799:27loader.js:641 Module.load
internal/modules/cjs/loader.js:641:32loader.js:556 Function.Module._load
internal/modules/cjs/loader.js:556:12loader.js:681 Module.require
internal/modules/cjs/loader.js:681:19helpers.js:16 require
internal/modules/cjs/helpers.js:16:16quasar-config.js:109 new QuasarConfig
[global]/[@quasar]/app/lib/quasar-config.js:109:16quasar-dev:201 goLive
[global]/[@quasar]/app/bin/quasar-dev:201:24(node:38756) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:38756) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
@AminZare judging by the line in quasar-config.js, your package.json is malformed...
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.
Hi,
I have same problem
This file will be auto-generated. Do not edit. Run "quasar dev" or "quasar build" with Cordova mode.
when I try to run:
quasar dev -m cordova -T android
but if I run the build command and then dev then it generates the application but it is not live I need to rerun build everytime I want to see the change
Just checked.. quasar dev -m cordova -T android works correctly. I think the problem that you have is in regards to HMR, or more specifically to webpack4 not supporting file watchers correctly when on Node 13 or 14. Please use Node 12.
I'm using node version 12.19.0, and everything is working normally if I develop on emulator or in browser. But I needed nfc so I had to use my phone and when I try to run quasar dev -m cordova -T android then this happens. Sorry for not describing it well on my first post.
Most helpful comment
Fixed in "@quasar/app" v1.4.3.