I’m working with Browserstack and Azure. When It upload apk with task BrowserStack App Uploader. Azure show the error “[BrowserStackAppUploader] Error in uploading app : {“error”:”[BROWSERSTACK_APP_UNZIP_FAILED] Invalid app: The unzip of your app failed”
My task:
- task: BrowserStackAppUploader@0
displayName: ‘Uploading apk to BrowserStack’
inputs:
appPath: ‘$(build.artifactStagingDirectory)/Release2.apk’
Successfull Uploader App form Browserstack to Azure
New contributor
Pedro Payares is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.