No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    android build

    Framework
    4
    12
    4274
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      daviddlcz last edited by

      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

      0_1489164798824_Capture d’écran 2017-03-10 à 17.52.40.png

      Do you know if it’s cordova or quasar? Thanks

      1 Reply Last reply Reply Quote 0
      • D
        danikane last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          Use remote debugging to see what the problem is for your app http://quasar-framework.org/guide/cordova-wrapper.html#Remote-Debugging

          1 Reply Last reply Reply Quote 0
          • D
            daviddlcz last edited by

            Remote debugging doesn’t print any error

            1 Reply Last reply Reply Quote 0
            • rstoenescu
              rstoenescu Admin last edited by

              Any repo I can reproduce with?

              1 Reply Last reply Reply Quote 0
              • D
                daviddlcz last edited by daviddlcz

                here’s the repo : deleted link

                1 Reply Last reply Reply Quote 0
                • rstoenescu
                  rstoenescu Admin last edited by

                  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.

                  0_1489569105216_Screenshot from 2017-03-15 11:09:34.png

                  1 Reply Last reply Reply Quote 0
                  • D
                    daviddlcz last edited by

                    @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?

                    1 Reply Last reply Reply Quote 0
                    • rstoenescu
                      rstoenescu Admin last edited by

                      Latest Android SDK and Cordova (with its latest CLI). Try upgrading those. Maybe there’s some bug that got fixed in them.

                      1 Reply Last reply Reply Quote 0
                      • rstoenescu
                        rstoenescu Admin last edited by

                        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.

                        1 Reply Last reply Reply Quote 0
                        • A
                          afd last edited by

                          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.

                          1 Reply Last reply Reply Quote 0
                          • rstoenescu
                            rstoenescu Admin last edited by

                            @afd True, will update when releasing v0.14.

                            1 Reply Last reply Reply Quote 1
                            • First post
                              Last post