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

    Production build for android

    Framework
    2
    3
    760
    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
      devspo last edited by

      Doing dev assembly
      quasar dev -m cordova -T android

      The application runs on a smartphone.
      If you transfer app-debug.apk to your smartphone and install the application, then everything also works.
      But if you execute
      quasar build -m cordova -T android
      and copy the file to the smartphone
      app-release-unsigned.apk

      then during installation, the system writes that the package is damaged and is not installed.

      What am I doing wrong?

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @devspo last edited by metalsadman

        @devspo run quasar build -m android --debug or sign your apk, so you can install it without the debug option. It’s there in the docs. https://quasar.dev/quasar-cli/developing-cordova-apps/publishing-to-store#Android-Publishing

        D 1 Reply Last reply Reply Quote 0
        • D
          devspo @metalsadman last edited by

          @metalsadman Thank you friend. Everything works

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