android build
-
Hi huys,
Can’t figure out why my app doesn’t build well on android when wrapped with cordova. The remote debugger doesnt print any error
This is the command i run to build the app
quasar build mat && cordova run android
here’s a screenshort of ios build and android build
Do you know if it’s cordova or quasar? Thanks
-
This post is deleted! -
Use remote debugging to see what the problem is for your app http://quasar-framework.org/guide/cordova-wrapper.html#Remote-Debugging
-
Remote debugging doesn’t print any error
-
Any repo I can reproduce with?
-
here’s the repo : deleted link
-
Took a look. I can run it just fine. Maybe it’s something from your end? Try deleting and recreating the wrapper after you upgrade to latest Cordova CLI.
-
@rstoenescu i’ve done a fresh app and fresh install, and seems that it builds exactly the same black and white screen. What emulator are you using?
-
Latest Android SDK and Cordova (with its latest CLI). Try upgrading those. Maybe there’s some bug that got fixed in them.
-
Ok so for who reads this thread. Had a Teamviewer session and seems like Crosswalk plugin messed it all up. Only install it if you need Android 4.x support. Made a Cordova wrapper without it (you are being asked about it when installing the wrapper with Quasar CLI) and solved this problem.
-
There’s this bit of documentation on this page, probably needs updated: http://quasar-framework.org/guide/cordova-wrapper.html
It is highly recommended that you opt for the Crosswalk plugin to be installed. Otherwise your App might experience unexpected behavior on older platforms.
-
@afd True, will update when releasing v0.14.