google-ar/arcore-android-sdk

ARCore SDK for Android Studio

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 13th, 2026
Created on August 21st, 2017
Open Issues & Pull Requests: 445 (+0)
GitHub issues: Enabled
Number of forks: 1,279
Total Stargazers: 5,236 (+0)
Total Subscribers: 251 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

ARCore SDK for Android is a software development kit that provides augmented reality capabilities for Android applications.

The SDK addresses the need to add AR features to Android apps by offering core APIs for motion tracking, environmental understanding, and light estimation. Developers can use these capabilities to build new AR experiences from scratch or integrate AR functionality into existing applications. The SDK supports both Java and C APIs, allowing developers to choose the approach that best fits their project architecture.

Teams building AR applications for Android should adopt this SDK if they need reliable motion tracking and scene understanding. It suits projects ranging from simple AR enhancements to complex immersive experiences. The SDK requires that apps targeting 64-bit devices include 64-bit native libraries; 32-bit-only apps may crash when attempting to start an AR session. Developers must also comply with privacy disclosure requirements, prominently informing users that the application uses Google Play Services for AR and linking to Google's privacy policy.

The project maintains active release notes documenting SDK changes and updates. The codebase is written primarily in C++, providing performance-critical implementations for AR processing. The SDK enforces a deprecation policy for older versions, with apps built on earlier SDK versions losing access to Cloud Anchor services after specified dates, encouraging developers to keep their implementations current.