Releases · processing/processing-android

Android Mode 413 (4.6.1)

Stable release compatible with Processing 4.0.

It fixes the following issues since the last release of the mode:

  • The mode will not automatically install the Android SDK on Windows (fixed by @omgupta-iitk): #768

Note: Download the pdex file to install the mode manually.

Android Mode 412 (4.6.0)

Stable release compatible with Processing 4.0.

Reorganized the project structure to make it more standardized and to facilitate debugging/development (see this section in the wiki for details).

It also fixes the following issues since the last release of the mode:

  • App examples would be easier to use in Android Studio, and should not crash: #611
  • Fixed the automatic SDK installation issues: #756

Note: Download the pdex file to install the mode manually.

Android Mode 411 (4.5.1)

Stable release compatible with Processing 4.0.

It fixes the following issues since the last release of the mode:

  • VR library is working again, by bundling the last release of the Google VR packages (this is a temporary workaround until a reimplementation of the VR library is completed using the new Cardboard NDK): #723
  • Prevents camera permission in AR from being requested twice: e38f72f

It introduces the following enhancement:

  • Implementation of eye() for AR: dabbf80

Android Mode 410 (4.5)

Stable release compatible with Processing 4.0.

It fixes the following issues since the last beta release of the mode:

  • Cannot download system image for watch emulator: #726
  • Hyperlink error opening tutorial page: #631

It also introduces the following enhancements:

  • New default icons: #698
  • Targets SDK 33: #722
  • Use self-hosted maven repository for library artifacts: #623

Android Mode 409 (4.5.0b5)

This release is only compatible with Processing 4.0b8 and higher. It fixes the following issues:

  • Older manifests break build process: #724
  • Releasing second touch does not update touches array: #553

Android Mode 408 (4.5.0b4)

This release is only compatible with Processing 4.0b8 and higher. It fixes a regression that broke permission request on wallpapers and watch faces (#721), and increases target SDK to 31 (#722)

Android Mode 407

4.5.0beta3 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher. It fixes the SDK Updater (#713) and the emulator (#467).

Android Mode 406

4.5.0beta2 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher. It restores the integrated debugger: #686

Android Mode 405

4.5.0beta1 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher and includes work from Google Summer of Code 2022 by @rupeshkumar22 to bring back the emulator: #696

Android Mode 404

4.5.0alpha5 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher and includes the following fixes:

  • #693: Restored export signed package
  • #691: Signing validation error on bundle release