Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signed APKs #4

Open
pablomayobre opened this issue Jul 22, 2014 · 3 comments
Open

Signed APKs #4

pablomayobre opened this issue Jul 22, 2014 · 3 comments

Comments

@pablomayobre
Copy link
Contributor

Well this is harder than the simple android debug release. It's the same except that instead of running ant debug it needs some other processes like signing and so (I don't know how this work myself). But there is some info here and here

This are the APKs accepted by Google Play (So it would be great to have)

(fysx, Joemag-game, Ensayia-game have already submitted games to Google Play so they know about the process)

Open the issue for the future

@josefnpat
Copy link

Poking for github users: @martinfelis @ensayia

@ghost
Copy link

ghost commented Jul 22, 2014

I plan on writing a guide on this for the wiki at some point, but it basically boils down to this:

  • generate a keystore (there are a ton of tutorials for how to do this)
  • edit a config file to point to the keystore (it's one of the base directory files in love-android-sdl2)
  • run ant release and provide the key's password when prompted
  • the script will sign it and zipalign it, and dump the apk into the bin folder

I could see this being particularly difficult to automate, since the ant requires user intervention and configuration files must be edited as there's no 'default' place for the keystore.

@pablomayobre
Copy link
Contributor Author

Ohhh... that is bad...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants