Closed nomeata closed 2 years ago
Ah, here is some useful pointers: https://stackoverflow.com/a/9911700/946226
It seems that zipalign has to be run after jarsigner
. Maybe I should try apksigner
instead, which can run after zipalign
.
Ah, indeed, with apksigner
(in nix package apksigner
) this works… Closing this, maybe someone will stumble over this and find it useful.
Now stuck that the Play Store requires the app to target API Level 30, not 29…
Returning to my Android experiments I wanted to upload a new version of a reflex-platform based app that I managed to build and upload before.
I built it with
isRelease = true
, then tookresult/android-app-release-unsigned.apk
, signed it withjarsigner
and uploaded it to the Play Store Console, only to get an errorI upgraded my reflex-platform pin to the latest revision (8f8d5efc7b844d6eb0b9d909beb3450c1db026dd), in case this is a new requirements. But I do see
in the generated gradle file, so this does not seem to be it. Maybe I am just doing it wrong, and misremember how I created a releaseable apk before. But what should I be doing?