chrome debug
-
Help please
I connected my phone with app to pc
and see this picture:
So I see my device, but it’s “untitled” and nothing in devtools…
No error, no contentIf I open site in mobile chrome - all is ok
-
@matroskin you’re probably not running in cordova mode, run
quasar dev -m android
first. -
That’s prod apk
Made fromquasar build -m android
-
@matroskin add a
--debug
, ie.quasar build -m android --debug
, if you’re trying to debug a signed apk, try some answers at stackoverflow, I reckon you’ll have to add some config in your gradle file or in your AndroidManifest.xml. -
all the same with built version (
with dev version all is okif I install unsigned version - chrome dev doesn’t see app