android issue
-
I have tried cordova run on a real android handphone the screen shows blank
I am using the template quasar project for the try.Please help.
-
And the Quasar Play app works on the android phone? What versions of software are you using (Quasar 0.13.10 or 0.14 beta)? What exact steps did you take?
-
I found that debugging in chrome helped with android development.
https://developers.google.com/web/tools/chrome-devtools/remote-debugging/ -
@JCharante
step1 create the sample project : quasar init queTest && cd queTest && npm install
step2 build quasar build mat
step 3 wrap quasar wrap cordova
step 5 run the cordova project cd cordova
cordova platform add android
cordova run android -
@zhangguoxin What is the version of the android device? Are you using crosswalk? What do you get in the terminal after typing those commands?
-
I am using android version 4.2.2 the android sdk is newest one
in the terminal it said success loaded, and i can see that the app is loaded into the handphone connected with USB
but app runs a blank screen -
and I am not using crosswalk
-
now it is ok after add crosswalk, thanks.