Icon

Android Studio

Android Studio is the official integrated development environment (IDE) for Android app development, provided by Google. It includes tools for coding, debugging, performance tuning, and UI design optimized for Android apps.
Latest: 2026
Last checked: Feb 22, 2026 1:10am
Rank: 423/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: Freeware (with proprietary components)Installer: exe, dmg, tar.gz (Linux)Winget: Available

Version & Lifecycle

0
Current: 2026 N-2: 2025.3.4.6 Avg cadence: Every 19 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • April 27, 2026
0

Android Studio update applicability note

For managed Android Studio updates, close Android Studio before starting the installer. The Android Studio Latest EXE x64 package can return Exit Code 1 when the IDE is open during update, so Intune, ConfigMgr, RMM, or PSADT deployments should prompt or pre-close studio64.exe before retrying the install.

Also treat inventory detection carefully: Android Studio version reporting can be inconsistent across registry and install metadata, so verify the installed product/version from the managed endpoint before assuming update applicability is wrong. Use the official Android Studio download page as the package source.

Silent install note • December 18, 2025
0

Android Studio silent install and SDK path note

For unattended Windows deployment, Android Studio’s EXE installer can be run silently with the NSIS-style switch /S, for example android-studio-*-windows.exe /S. The switch is case-sensitive for many NSIS packages, so keep the capital S in software-distribution commands.

If you pre-stage SDK content for new users, use real Windows profile paths rather than a collapsed string: the usual per-user SDK location is %LOCALAPPDATA%\Android\Sdk, and a default-user seed path would be C:\Users\Default\AppData\Local\Android\Sdk. Keep that separate from the Android Studio application install directory so updates do not remove the SDK payload.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

AndroidStudioGoogle AndroidStudio

Packaging Notes

0

Official packages available for Windows, macOS, Linux; includes Android SDK and emulator components

Notes

0

Silent install/uninstall commands are not publicly documented. The installer includes Android Virtual Device (emulator) components. Updates are notified within the IDE.