Skip to content

p4a signing doesn't work for python 3 app - my mistake or a bug? #1350

Description

I might be doing something wrong, but I ran the following command to attempt to build a signed apk:

p4a apk --keystore /root/keystore.jks --signkey spenkey --keystorepw=<pw removed> --signkeypw=<pw removed> --release --debug --private /my-app/ --orientation user --window --package=org.example.myapp --name "My App" --version 0.6.17 --bootstrap=sdl2 --requirements=python3crystax,python-dateutil,sdl2,pysdl2,<longer list> --arch=armeabi-v7a

The result, however, is a unnamed_dist_1-release-unsigned.apk - so it seems that didn't work.

I even defined P4A_RELEASE_KEYALIAS, P4A_RELEASE_KEYSTORE, P4A_RELEASE_KEYSTORE_PASSWD, P4A_RELEASE_KEYSTORE_PASSWD with the same matching values, and I get the same result.

What am I doing wrong? Is the signing broken? Or is it signed even though unsigned is in the output name?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions