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. Signing android release apk
Forum Updated to NodeBB v4.3 + New Features

Signing android release apk

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.5k 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.
  • J Offline
    J Offline
    janbur
    wrote on last edited by
    #1

    The build output produces:

     [echo] No key.store and key.alias properties found in build.properties.
     [echo] Please sign C:\temp\build-myapp-Android_for_armeabi_v7a_GCC_4_8_Qt_5_3_1-Release\android-build\bin\QtApp-release-unsigned.apk manually
     [echo] and run zipalign from the Android SDK tools.
    

    But a little further it says:

    BUILD SUCCESSFUL
    Total time: 12 seconds
    Signing Android package.
    jar signed.

    Warning:
    No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2042-05-06) or after any future revocation date.
    Verifying alignment of C:/temp/build-myApp-Android_for_armeabi_v7a_GCC_4_8_Qt_5_3_1-Release/android-build/bin/QtApp-release.apk (4)...
    50 META-INF/MANIFEST.MF (OK - compressed)
    ..
    Android package built successfully.
    -- It can now be run from the selected device/emulator.

    So is it signed or not ?
    The output is confusing because first it states 'No key.store ..' and later 'Signing Android package. - jar signed.'

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kolegs
      wrote on last edited by
      #2

      if the package has in name release its signed and ready to put on market.

      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