Sponsor of the Day:
Jerkmate
https://developer.android.com/build/migrate-to-kotlin-dsl
Migrate your build configuration from Groovy to Kotlin | Android Studio | Android Developers
Migrate your Gradle configuration files from Groovy to Kotlin.
android studio developersbuild configurationmigrategroovykotlin
https://developer.android.com/studio/services/deprecated
Deprecated service integrations | Android Studio | Android Developers
This document lists Android Studio service integrations that have been deprecated and outlines their removal timelines in future Android Studio versions.
android studio developersdeprecated serviceintegrations
https://developer.android.com/studio/profile/chart-glossary/flame-chart
Flame chart | Android Studio | Android Developers
Learn how to interpret the events table in the Android Studio profiler.
android studio developersflamechart
https://developer.android.com/studio/write/create-app-icons
Create app icons | Android Studio | Android Developers
Call on material icons with Compose or use Image Asset Studio, which helps you generate your own app icons from material icons, custom images, and text strings.
android studio developerscreate appicons
https://developer.android.com/studio/profile/standalone-profiler
Run the standalone profiler | Android Studio | Android Developers
Learn about using the standalone profiler without Android Studio.
android studio developersrunstandaloneprofiler
https://developer.android.com/studio/profile
Profile your app performance | Android Studio | Android Developers
Learn about profiling your app in Android Studio.
android studio developersapp performanceprofile
https://developer.android.com/studio/projects
Projects overview | Android Studio | Android Developers
A project in Android Studio contains everything that defines your workspace for an app, from source code and assets to test code and build configurations.
android studio developersprojects overview
https://developer.android.com/build/gradle-build-overview
Gradle build overview | Android Studio | Android Developers
What is a Gradle build?
android studio developersgradle buildoverview
https://developer.android.com/studio/profile/record-java-kotlin-methods
Record Java/Kotlin methods | Android Studio | Android Developers
Learn how to record Java/Kotlin methods using Android Studio.
android studio developersrecordjavakotlinmethods
https://developer.android.com/studio/intro
Meet Android Studio | Android Developers
Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA.
android studio developersmeet
https://developer.android.com/build
Configure your build | Android Studio | Android Developers
The Android build system compiles app resources and source code and packages them into APKs that you can test, deploy, sign, and distribute.
android studio developersconfigurebuild
https://developer.android.google.cn/studio/write?hl=zh-cn
编写您的应用 | Android Studio | Android Developers
了解可帮助您编写应用而且是快速编写应用的工具。
android studio developers
https://developer.android.google.cn/studio/intro?hl=zh-cn
探索 Android Studio | Android Developers
Android Studio 是用于开发 Android 应用的官方集成开发环境 (IDE),以 IntelliJ IDEA 为基础构建而成。
android studio developers
https://developer.android.com/studio/gemini/overview
About Gemini in Android Studio | Android Developers
Learn how to improve your coding productivity with Gemini.
android studio developersgemini
https://developer.android.com/studio/write/lint
Improve your code with lint checks | Android Studio | Android Developers
Help ensure your code has no structural problems by running the code through lint.
android studio developersimprovecodelintchecks
https://developer.android.com/build/annotation-processors
Add annotation processors | Android Studio | Android Developers
Learn how to add annotation processors using the Gradle build system in Android Studio.
android studio developersaddannotationprocessors
https://developer.android.com/tools/bundletool
bundletool | Android Studio | Android Developers
bundletool is a foundational tool employed by Android Studio, the Android Gradle plugin, and Google Play to construct Android App Bundles and convert them into...
android studio developers
https://developer.android.com/studio/write/convert-webp
Create WebP images | Android Studio | Android Developers
Learn how to create WebP images and convert images to WebP.
android studio developerswebp imagescreate
https://developer.android.com/studio/debug/stacktraces
Analyze a stack trace | Android Studio | Android Developers
Debugging an app often requires working with stack tracer app. Find out how to work with stack traces in Android Studio.
android studio developersstack traceanalyze
https://developer.android.com/tools/apksigner
apksigner | Android Studio | Android Developers
Learn about the apksigner tool which allows you to sign APKs and to confirm that an APK's signature will be verified successfully on all versions of the...
android studio developers
https://developer.android.com/studio/profile/jank-detection
UI jank detection | Android Studio | Android Developers
Learn about jank detection in Android Studio.
android studio developersuijankdetection
https://developer.android.com/studio/test/command-line
Test from the command line | Android Studio | Android Developers
How to run tests from the command line.
android studio developerscommand linetest
https://developer.android.com/studio/test/other-testing-tools/monkey?hl=zh-cn
UI/Application Exerciser Monkey | Android Studio | Android Developers
Monkey 是一个在模拟器或设备上运行的程序,可生成伪随机用户事件(例如点击、轻触或手势)流以及很多系统级事件。
android studio developersuiapplicationexercisermonkey
https://developer.android.com/studio/intro/studio-config
Configure Android Studio | Android Developers
Learn how to locate and configure Android Studio
android studio developersconfigure
https://developer.android.com/studio/run/emulator-networking-advanced
Advanced emulator networking features | Android Studio | Android Developers
Learn how to configure advanced emulator networking settings.
android studio developersadvancedemulatornetworkingfeatures
https://developer.android.com/studio/intro/new-ui
New UI in Android Studio | Android Developers
Learn about key design changes in the New UI in Studio.
android studio developersnew ui
https://developer.android.com/tools
Command-line tools | Android Studio | Android Developers
Find out about the most important command-line tools that are available, organized by the packages in which they're delivered.
command line toolsandroid studio developers
https://developer.android.com/studio/run/emulator-snapshots
Snapshots | Android Studio | Android Developers
Learn how to use snapshots to launch the Android Emulator.
android studio developerssnapshots
https://developer.android.google.cn/tools?hl=zh-cn
命令行工具 | Android Studio | Android Developers
了解可供使用的最重要的命令行工具(按提供这些工具的软件包整理)。
android studio developers
https://developer.android.com/studio/intro/keyboard-shortcuts
Keyboard shortcuts | Android Studio | Android Developers
Discover keyboard shortcuts for many common actions in Android Studio.
android studio developerskeyboard shortcuts
https://developer.android.com/studio/install
Install Android Studio | Android Developers
Set up and install Android Studio on Windows, macOS, or Linux.
android studio developersinstall
https://developer.android.com/tools/sdkmanager
sdkmanager | Android Studio | Android Developers
The sdkmanager is a command-line tool that allows you to view, install, update, and uninstall packages for the Android SDK.
android studio developers
https://developer.android.com/build/building-cmdline
Build your app from the command line | Android Studio | Android Developers
Find out how you can execute all the build tasks available to your Android project using the Gradle wrapper command line tool.
android studio developerscommand linebuildapp
https://developer.android.com/studio/debug/apk-analyzer
Analyze your build with the APK Analyzer | Android Studio | Android Developers
Android Studio includes an APK Analyzer that provides immediate insight into the composition of your APK after the build process completes.
android studio developersanalyzebuildapk
https://developer.android.com/studio/write/java8-support
Use Java 8 language features and APIs | Android Studio | Android Developers
Discover the Java 8 language features you can use, how to properly configure your project to use them, and any known issues you may encounter.
android studio developersuse javalanguage features8apis
https://developer.android.com/studio/run/device
Run apps on a hardware device | Android Studio | Android Developers
Learn how to set up your development environment and Android device for testing and debugging over an Android Debug Bridge (ADB) connection.
android studio developersrun appshardwaredevice
https://developer.android.com/studio/emulator_archive
Emulator download archives | Android Studio | Android Developers
This page provides a download archive of Emulator releases.
android studio developersemulator downloadarchives
https://developer.android.com/studio/run/emulator-networking-dns
Configure emulator DNS settings | Android Studio | Android Developers
Learn how to configure emulator DNS settings.
android studio developersdns settingsconfigureemulator
https://developer.android.com/studio/write
Write your app | Android Studio | Android Developers
Find out about the tools that help you write your app and write it quickly.
android studio developerswriteapp
https://developer.android.com/studio/workflow
Developer workflow basics | Android Studio | Android Developers
Learn about the basic workflow for developing a well-designed app for Android.
android studio developersworkflowbasics
https://developer.android.com/studio/write/add-resources
Add app resources | Android Studio | Android Developers
Android Studio helps you add new resources and alternative resources in several ways, depending on the type of resource you want to add.
android studio developersapp resourcesadd
https://developer.android.com/studio/write/java8-support-table
Java 8+ APIs available through desugaring | Android Studio | Android Developers
Discover the Java 8+ language features you can use in your app.
android studio developersjava 8apis available
https://developer.android.com/studio/publish/insights
Play Policy Insights in Android Studio | Android Developers
Learn how to use the Play Policy Insights feature in Android Studio.
android studio developersplay policyinsights
https://developer.android.com/studio/profile/cpu-profiler
Record a system trace | Android Studio | Android Developers
Learn how to optimize your app's CPU usage in Android Studio.
android studio developersrecordsystemtrace
https://developer.android.com/studio/test/advanced-test-setup
Advanced test setup | Android Studio | Android Developers
Advanced test setups.
android studio developersadvanced testsetup
https://developer.android.com/studio/run
Build and run your app | Android Studio | Android Developers
Learn how to quickly build and run your app on the Android emulator or a physical device.
android studio developersbuildrunapp
https://developer.android.com/studio/run/emulator-launch-separate-window
Launch the emulator in a separate window | Android Studio | Android Developers
Learn how to launch the Android Emulator in a separate window.
android studio developersseparate windowlaunchemulator
https://developer.android.com/studio/run/emulator-networking
Android Emulator networking | Android Studio | Android Developers
Learn networking features on the Android Emulator.
android emulatorstudio developersnetworking
https://developer.android.com/studio/releases/past-releases/as-panda-3-release-notes
Android Studio Panda 3 (April 2026) | Android Developers
Discover what's new in Android Studio Panda 3.
android studio panda3 april 2026developers
https://developer.android.com/studio/known-issues
Known issues with Android Studio and Android Gradle Plugin | Android Developers
Find out about current known issues with Android Studio and the Android Gradle Plugin.
known issuesandroid studiogradle plugindevelopers
https://developer.android.google.cn/gemini-in-android?hl=zh-cn
Android Studio 中的 Gemini - Android 开发者 | Android Developers
Android Studio 中的 Gemini 是依托 AI 技术的编码助手,自推出以来,它迎来了最全面的更新。Gemini 首次将 AI 融入开发生命周期的每个阶段。
android studiogeminidevelopers
https://developer.android.com/studio/run/android-device-streaming?hl=fr
Streaming sur des appareils Android, optimisé par Firebase | Android Studio | Android Developers
Accédez à de vrais appareils Android physiques hébergés dans les centres de données Google, directement depuis Android Studio.
sur des appareilsfirebase studiostreamingandroiddevelopers
https://developer.android.com/studio/releases?hl=fr
Android Studio Panda 4 | Android Studio | Android Developers
Découvrez les nouveautés des dernières versions d'Android Studio, l'IDE officiel pour Android.
android studio panda4 developers
https://developer.android.com/studio/
Download Android Studio & App Tools - Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
download androidstudio apptools developers
https://developer.android.google.cn/studio?hl=zh-cn
下载 Android Studio 和应用工具 - Android 开发者 | Android Developers
Android Studio 提供了一些应用构建器以及一个已针对 Android 应用进行优化的集成式开发环境 (IDE)。立即下载 Android Studio。
android studiodevelopers
https://developer.android.com/tools/adb
Android Debug Bridge (adb) | Android Studio | Android Developers
Find out about the Android Debug Bridge, a versatile command-line tool that lets you communicate with a device.
android debug bridgestudio developersadb