Skip to content

ARCore SDK for Android v1.21.0

Compare
Choose a tag to compare
@bsanjin bsanjin released this 10 Nov 01:58
· 21 commits to master since this release

Upcoming breaking change affecting Cloud Anchors apps built using ARCore SDK 1.11.0 or earlier

Beginning in December 2020, AR-enabled apps built using ARCore SDK 1.11.0 or earlier will no longer be able to host or resolve Cloud Anchors.

Apps built with ARCore SDK 1.12.0 or later are unaffected. Their use of Cloud Anchors APIs is covered by the Cloud Anchors deprecation policy.

Known issues

  • Issue 141500087: When using Android Emulator x86_64 system images on macOS with ARCore SDK 1.16.0 or later, Google Play Services for AR will crash. As a workaround, use an x86 system image.

Breaking & behavioral changes

None.

New APIs and capabilities

Deprecations

None.

Other changes

Bug fixes

  • Fixed memory leak in hello_ar_c, which now correctly releases acquired depth images.
  • Fixed crash in hello_ar_java which occurred on certain GPUs.