<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Just in my process to move all my projects from 5.13.2 to 5.15
      (will blog about)<br>
    </p>
    <p>For some projects (per ex. needed by QtWorldSummit App) I need
      signed Release builds<br>
    </p>
    <ul>
      <li>APK 32-bit (armeabi-v7a)<br>
      </li>
      <li>APK 64-bit (arm64-v8a)<br>
      </li>
      <li>App Bundles (32 and 64-bit) for Play Store</li>
    </ul>
    <p>and Debug builds</p>
    <ul>
      <li>APK 32-bit to test on old devices</li>
      <li>APK 64-bit</li>
    </ul>
    <p>Building APKs I can see if it's signed or not from the name, am I
      right that the .aab always only is named
      'android-build-release.aab' ?</p>
    <p>To build a single APK I uncheck 'Build App Bundle' and check only
      one of the ABIs.</p>
    <p>To build the Bundles I check 'Build App Bundle' and check from
      ABIs: armeabi-v7a, arm64-v8a. <br>
    </p>
    <p>This generates 'android-build-release.aab' and also ONE APK. <br>
    </p>
    <p>Would be great to get both APKs at once together with the App
      Bundles.</p>
    <p>At the moment I'm doing 3 release builds: bundles, armeabi-v7a -
      APK, arm64-v8a - APK</p>
    <p>Which arch is inside the apk - release folder besides the bundles
      ?</p>
    <p>Is my way to build all these variants correct ?<br>
    </p>
    <p>thanks for some infos</p>
    <p>ekke</p>
  </body>
</html>