Skip to content

Releases: google-ar/arcore-android-sdk

ARCore SDK for Android v1.30.0

03 Mar 21:54
Compare
Choose a tag to compare

Known issues

  • None

Other changes

  • Annotated API return values with @NonNull and @Nullable.
  • Updated the build tool versions used for building samples: Gradle to 7.0.2 and Android Gradle plugin to 7.0.4. Upgrading these tools is not required for existing ARCore applications. For new features, known issues, incompatibility information, see Android documentation on Android Gradle plugin.

ARCore SDK for Android v1.29.0

13 Dec 17:27
Compare
Choose a tag to compare

Known issues

  • None

Breaking & behavioral changes

Other changes

Bug fixes

  • persistent_cloud_anchor_java: Added a missing build dependency to the sample. Fixes a bug where hosting any anchor would have state CloudAnchorState ERROR_NOT_AUTHORIZED even if the project was set up correctly.

ARCore SDK for Android v1.28.0

04 Nov 01:12
Compare
Choose a tag to compare

Known issues

  • None

Breaking & behavioral changes

New APIs and capabilities

  • None

Deprecations

  • None

Other changes

  • None

Bug fixes

  • None

ARCore SDK for Android v1.27.0

23 Sep 17:26
Compare
Choose a tag to compare

Known issues

  • None

Breaking & behavioral changes

  • None

New APIs and capabilities

  • None

Deprecations

  • None

Other changes

Bug fixes

  • None

ARCore SDK for Android v1.26.0

13 Aug 00:24
Compare
Choose a tag to compare

Known issues

  • None

Breaking & behavioral changes

  • targetSdkVersion inside the ARCore aar has been updated to API level 31. Specifying a targetSdkVersion in your project's build.gradle or AndroidManifest.xml will override the ARCore value.

New APIs and capabilities

Deprecations

Other changes

  • Updated Java and native sample apps to targetSdkVersion 31 (Android 12).

Bug fixes

  • None

ARCore SDK for Android v1.25.0

17 Jun 21:31
Compare
Choose a tag to compare

New APIs and capabilities

  • None

Deprecations

  • None

Other changes

  • Updated Java and native sample apps to targetSdkVersion 30 (Android 11).

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.24.0

18 May 19:16
Compare
Choose a tag to compare

New APIs and capabilities

Deprecations

None

Other changes

Bug fixes

  • Fixed memory leaks in hello_ar_c when rendering a plane that was subsumed and when attempting to render a plane that was not being tracked.

ARCore SDK for Android v1.23.0

19 Feb 19:59
Compare
Choose a tag to compare

Breaking & behavioral changes

New APIs and capabilities

Deprecations

Deletions

Other changes

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.22.0

15 Dec 00:16
Compare
Choose a tag to compare

Breaking & behavioral changes

Known issues

  • Support for stereo camera depth is expected to become available in ARCore SDK 1.23.0.

New APIs and capabilities

None.

Deprecations

None.

Other changes

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.21.0

10 Nov 01:58
Compare
Choose a tag to compare

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.