androidazureazure-pipelines

How to Sign Android app Bundle with azure pipeline


How to Sign Android App Bundle with the azure pipeline,

The documentation is available only signing APK https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/build/android-signing?view=azure-devops

when I try to sign aab with the above task I am getting below error

Error: Failed to deduce min API Level: APK does not contain AndroidManifest.xml. Please specify --min-sdk-version.


Solution

  • I had same problem with signing the Android app bundle, Right now we fixed this issue with the signing app bundle in the Azure Build Pipeline instead of signing Android app bundle from the Azure Release pipeline through jarsigner.