Skip to content

Releases: google-ar/arcore-android-sdk

ARCore SDK for Android v1.47.0

12 Dec 19:42
Compare
Choose a tag to compare

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.46.0

10 Oct 17:41
Compare
Choose a tag to compare

Breaking & behavioral changes

ARCore SDK for Android v1.45.0

15 Aug 18:52
Compare
Choose a tag to compare

New APIs and capabilities

Flash Mode

ARCore now supports enabling the device's torch mode, allowing for better perception capabilities in dark environments.

Kotlin/Java:

  • Config.FlashMode: configuration option for enabling or disabling the flash unit on the device.
  • See the Developer guide for more details on how to detect flash capabilities, and how to enable the torch mode.

C:

  • ArFlashMode: configuration option for enabling or disabling the flash unit on the device.
  • See the Developer guide for more details on how to detect flash capabilities, and how to enable the torch mode.

ARCore SDK for Android v1.44.0

21 Jun 09:06
Compare
Choose a tag to compare

Known issues

  • None.

Breaking & behavioral changes

  • None.

New APIs and capabilities

  • None.

Deprecations

  • None.

Bug fixes

  • Fixed situations where the normal vector of vertical planes would sometimes face away from the camera. google/model-viewer#4771.
  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.43.0

14 May 22:06
Compare
Choose a tag to compare

Known issues

  • None.

Breaking & behavioral changes

  • None.

New APIs and capabilities

  • None.

Deprecations

  • None.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.42.0

15 Mar 17:56
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue when installing ARCore on certain devices using Android 14.

Other changes

  • Updated okhttp dependency from 3.12.0 to 4.10.0 in the ml_kotlin sample.

ARCore SDK for Android v1.41.0

07 Dec 17:21
Compare
Choose a tag to compare

Bug fixes

  • #1271: Fixed an issue that could cause methods of the ArCoreApk class (Java) and ArCoreApk_* functions (NDK) to return errors or incorrect non-availability when running in dev builds or other otherwise as a side-loaded app.

ARCore SDK for Android v1.40.0

13 Oct 20:24
Compare
Choose a tag to compare

Breaking & behavioral changes

Bug fixes

  • #1602: Fixed a NullPointerException when closing an ARCore session with a SharedCamera that was already closed.

ARCore SDK for Android v1.39.0

17 Aug 19:01
Compare
Choose a tag to compare

Known issues

  • None.

Breaking & behavioral changes

  • None.

New APIs and capabilities

  • None.

Deprecations

  • None.

Other changes

  • Upgraded sample apps using de.javagl:obj to version 0.4.0 from version 0.2.1.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.38.0

05 Jul 22:37
Compare
Choose a tag to compare

Known issues

  • #1573: On certain Android devices, enabling 60FPS mode causes the tracking to become unsynchronized with the camera feed. The 60FPS mode has been temporarily disabled on these devices and will not appear in supported camera configurations.

Other changes

  • Removed Streetscape Geometry shaders from samples that do not use them.

Bug fixes

  • Various bug fixes and performance improvements.