remove Android SDK from PUBLISH and use only Debian packages
The log on PUBLISH says:
INFO: Using /home/fpublish/android-sdk-linux/build-tools/30.0.0-preview/apksigner
PUBLISH should only use packages from Debian and apksigner should come from bullseye-backports. I propose:
# apt-get install -t bullseye-backports apksigner
# rm -rf /home/fpublish/android-sdk-linux
# sed -i '/^ *sdk_path/d' /path/to/config.py
Edited by Hans-Christoph Steiner