Since last friday, the step apk-info of my Android applications is unable to get the values package_name, version_code, version_name, which are needed for the subsequent steps. The app_name is correctly found.
The APKs are successfully exported to Bitrise, and have no problem on install. The missing information can be found on a local computer using the command aapt dump badging [apk_file]:
The problem seems to appear on all my Android apps.
Workaround : switching back the stack from Ubuntu 18.04 to Ubuntu 16.04. However it’s a bit of a pain to switch back all apps, and some of my custom steps require Ubuntu 18.04.
Hi @raphaelmina ,
We are really sorry for the delay, our tooling team managed to deploy a fix and the latest 1.3.14 version of the Deploy to Bitrise IO step should be working fine. The version should be displayed in the logs and also on the public page for new builds with the latest version. Could you update the workflow and try it?
Regarding the apk-info step, it is a community created step. We submitted a PR to fix this issue, but sadly we can’t provide an ETA on when a new version would be available with this update as we aren’t maintaining the step.
If you’d have any issues or questions let me know!