Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android: No signature found in package of version 2 or newer
Forum Updated to NodeBB v4.3 + New Features

Android: No signature found in package of version 2 or newer

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 770 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    adddeeee
    wrote on last edited by
    #1

    Trying to deploy to Android, but I get the following compile error: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Scanning Failed.: No signature found in package of version 2 or newer for package xyz.

    Can't find any workaround, even though I'm upadted with the lates Qt Creator. Working with Qt 5.15.2.

    Any ideas?

    1 Reply Last reply
    0
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      Why are you working with a long outdated Qt version?
      Please try 6.7.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      0
      • J.HilkJ Offline
        J.HilkJ Offline
        J.Hilk
        Moderators
        wrote on last edited by
        #3

        That's actually independent from Qt version used. Android now requires a signed certificate for remote deployment. Previously you only needed that for deployment in the playstore, but that changed a while ago.

        I'm not sure if all builds require it, but release builds for sure!

        @adddeeee in Qt creator, click on project, in the section Build Steps expand the entry Build android APK
        First entry there should be Application Signature. If you already have a key, link it there and enter your password. If not click on create and follow the steps.

        image.png


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved