Having issues with signing
in
Android Processing
•
1 year ago
Hi,
I just started using Processing today and I remade Atari 2600 Pong for android, trying to stay as true to the original as possible, but with swipe controls for 2 players. It works great in dev-mode.
Now I wanted to sign it and I ran into some troubles.
- I exported the package from processing
- I created a keystore
- I built it with ANT
- I ran jarsigner on the 'unsigned.apk'
...
it returns a bunch of filenames and then nothing, no error.
But the package remains unsigned.
I'm not sure if this has anything to do with Processing, but it would be great if you guys can push me in the right direction. I think Atari Pong is a pretty sweet first app to write in Processing, but in this way I can't share it with anybody :(
1