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?
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-v7aThe 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_PASSWDwith 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
unsignedis in the output name?