संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android 15 के एपीआई का इस्तेमाल करके ऐप्लिकेशन डेवलप करने और Android 15 के व्यवहार में हुए बदलावों के साथ अपने ऐप्लिकेशन की जांच करने के लिए, आपको Android 15 SDK टूल सेट अप करना होगा. Android Studio में Android 15 SDK टूल सेट अप करने और Android 15 पर अपना ऐप्लिकेशन बनाने और चलाने के लिए, इस पेज पर दिए गए निर्देशों का पालन करें.
Android Studio डाउनलोड करना
Android 15 SDK टूल में ऐसे बदलाव किए गए हैं जो Android Studio के कुछ पुराने वर्शन के साथ काम नहीं करते. Android Studio Koala Feature Drop | 2024.1.2 या इसके बाद के वर्शन का इस्तेमाल करके, Android SDK टूल के साथ बेहतरीन डेवलपमेंट अनुभव पाएं.
अगर आपका ऐप्लिकेशन Android 15 के साथ पूरी तरह काम नहीं करता है, तो भी आपके पास ऐप्लिकेशन के साथ काम करने की जांच करने का विकल्प है. इसके लिए, आपको अपने ऐप्लिकेशन को SDK टूल के साथ कंपाइल करने या टारगेट करने की ज़रूरत नहीं है. इसके बजाय, आपको डीबग किए जा सकने वाले ऐप्लिकेशन, Android 15 डिवाइस (इसमें वर्चुअल डिवाइस भी शामिल हैं), और कंपैटिबिलिटी फ़्रेमवर्क का इस्तेमाल करना होगा.
अपने ऐप्लिकेशन के बिल्ड कॉन्फ़िगरेशन को अपडेट करना
Android 15 के एपीआई ऐक्सेस करने के लिए, अपने ऐप्लिकेशन की build.gradle या build.gradle.kts फ़ाइल खोलें और Android 15 के लिए compileSdk को इस तरह अपडेट करें:
Groovy
android{compileSdk=35}
Kotlin
android{compileSdk=35}
Android Studio, Android SDK अपग्रेड असिस्टेंट की मदद से, ऐप्लिकेशन के व्यवहार में हुए बदलावों के बारे में काम की जानकारी दे सकता है.
Android 15 के लिए, रनटाइम के नए व्यवहारों में ऑप्ट-इन करने के लिए,
अपने ऐप्लिकेशन के targetSdk को इस तरह अपडेट करें:
Groovy
android{defaultConfig{targetSdk=35}}
Kotlin
android{defaultConfig{targetSdk=35}}
SDK टूल को मैन्युअल तरीके से इंस्टॉल करना
Android Studio में, Android 15 SDK टूल को इस तरह इंस्टॉल किया जा सकता है:
टूल > SDK मैनेजर पर क्लिक करें. इसके बाद, पैकेज की जानकारी दिखाएं पर क्लिक करें.
SDK टूल प्लैटफ़ॉर्म टैब में, Android API 35 सेक्शन को बड़ा करें और Android SDK टूल प्लैटफ़ॉर्म 35 पैकेज चुनें.
SDK टूल टैब में, Android SDK Build-Tools 35 सेक्शन को बड़ा करें और 35.x.x का नया वर्शन चुनें.
SDK टूल इंस्टॉल करने के लिए, ठीक है पर क्लिक करें.
अगले चरण
उन बदलावों के बारे में जानने के लिए जिनका आपके ऐप्लिकेशन पर असर पड़ सकता है और अपने ऐप्लिकेशन में इन बदलावों की जांच करने का तरीका जानने के लिए, ये विषय पढ़ें:
Android 15 में उपलब्ध नए एपीआई और सुविधाओं के बारे में ज़्यादा जानने के लिए, Android
15 की सुविधाएं लेख पढ़ें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Set up the Android 15 SDK\n\nTo develop with Android 15 APIs and test your app with the Android 15 behavior\nchanges, you need to set up the Android 15 SDK. Follow the instructions on this\npage to set up the Android 15 SDK in Android Studio and build and run your app\non Android 15.\n\nGet Android Studio\n------------------\n\nThe Android 15 SDK includes changes that are not compatible with some lower\nversions of Android Studio. For the best development experience with the Android\n15 SDK, use Android Studio Koala Feature Drop \\| 2024.1.2 or higher.\n\n\u003cbr /\u003e\n\n[Get Android Studio](/studio)\n\nTry out Android 15\n------------------\n\nIf you aren't quite ready to fully support Android 15, you can still\nperform app compatibility testing by using a debuggable app, an Android 15\ndevice (including [virtual devices](/studio/run/managing-avds)), and the [compatibility framework](/about/versions/15/reference/compat-framework-changes),\nwithout changing your app to compile with or target the SDK.\n\nUpdate your app's build configuration\n-------------------------------------\n\n| **Warning:** If your project does not use Android Gradle plugin 8.6.1 or higher, first run the [Android Gradle plugin Upgrade Assistant](/r/tools/upgrade-assistant/agp-upgrade-assistant) to upgrade to at least AGP 8.6.1.\n\nTo access Android 15 APIs, open your app's `build.gradle` or `build.gradle.kts`\nfile and update the `compileSdk` for Android 15 as follows: \n\n### Groovy\n\n```groovy\nandroid {\n compileSdk = 35\n}\n```\n\n### Kotlin\n\n```kotlin\nandroid {\n compileSdk = 35\n}\n```\n\nAndroid Studio can provide contextual information about the\nbehavior changes through the\n[Android SDK Upgrade Assistant](/r/studio-ui/ide/android-sdk-upgrade-assistant).\nOnce you're ready to opt in to the new runtime behaviours for Android 15,\nupdate your app's `targetSdk` as follows: \n\n### Groovy\n\n```groovy\nandroid {\n defaultConfig {\n targetSdk = 35\n }\n}\n```\n\n### Kotlin\n\n```kotlin\nandroid {\n defaultConfig {\n targetSdk = 35\n }\n}\n```\n\nManually install the SDK\n------------------------\n\nWithin Android Studio, you can install the Android 15 SDK as follows:\n\n1. Click **Tools \\\u003e SDK Manager** , then click **Show Package Details**.\n2. In the **SDK Platforms tab** , expand the **Android API 35** section and select the **Android SDK Platform 35** package.\n3. In the **SDK Tools** tab, expand the **Android SDK Build-Tools 35** section and select the latest `35.x.x` version.\n4. Click **OK** to install the SDK.\n\nNext steps\n----------\n\nTo learn about the changes that might affect your app, and to learn how to test\nthese changes in your app, read the following topics:\n\n- [Behavior changes that affect all apps](/about/versions/15/behavior-changes-all)\n- [Behavior changes that affect only apps that target Android 15](/about/versions/15/behavior-changes-15)\n\nTo learn more about new APIs and features available in Android 15, read [Android\n15 features](/about/versions/15/features)."]]