Skip to content

Instantly share code, notes, and snippets.

@soundanalogous
Last active October 29, 2015 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soundanalogous/05a3edee95908bcf0ed3 to your computer and use it in GitHub Desktop.
Save soundanalogous/05a3edee95908bcf0ed3 to your computer and use it in GitHub Desktop.
creating unsigned apk from Processing Android mode
  1. From the Processing menu, select: File > Export Android Project
  2. From your shell (Terminal), navigate to your the android directory that was created in the project folder
  3. Run: ant release
  4. Sign the build. From the android directory run: jarsigner -verbose -keystore ~/.android/debug.keystore -storepass android -keypass android bin/YOUR_APP_NAME.apk androiddebugkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment