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

    When I use ‘build for production’ command (quasar build -m cordova -T android -t mat) and try to copy the apk generated, the device says ‘App cannot be installed’.

    Framework
    2
    5
    796
    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.
    • N
      NatureDev last edited by

      When I use ‘build for production’ command (quasar build -m cordova -T android -t mat) and try to copy the apk generated, the device says ‘App cannot be installed’. In dev build works nice but when I make production apk it can’t install it.

      1 Reply Last reply Reply Quote 0
      • S
        sockhenzie last edited by

        You should generate private key using the keytool command.
        Then you can signed it with the jarsigner.
        You can choose also to zipalign to optimize your app.

        https://quasar-framework.org/guide/cordova-publishing-to-store.html

        1 Reply Last reply Reply Quote 1
        • N
          NatureDev last edited by

          Understand, but why I can’t install it unsigned? I check install unsigned app. It start installation and just stop it.

          1 Reply Last reply Reply Quote 0
          • S
            sockhenzie last edited by

            You cannot install an unsigned application on a real device. You can only use it on an emulator.

            1 Reply Last reply Reply Quote 1
            • N
              NatureDev last edited by

              Understand! TNX a loot for explanation @sockhenzie I signed up and it works! TNX a loot!

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