Meet के लिए Android Studio
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android Studio for Platform (ASfP), Android प्लैटफ़ॉर्म डेवलपमेंट के लिए बनाया गया आधिकारिक इंटिग्रेटेड डेवलपमेंट एनवायरमेंट (आईडीई) है. ASfP को IntelliJ IDEA के मज़बूत फ़ाउंडेशन पर बनाया गया है. इसे Android ओपन सोर्स प्रोजेक्ट (AOSP) में काम करने वाले इंजीनियरों की प्रॉडक्टिविटी बढ़ाने और वर्कफ़्लो को बेहतर बनाने के लिए डिज़ाइन किया गया है.
ASfP का इस्तेमाल क्यों करें?
ASfP, टूल का एक ऐसा बेहतर सुइट उपलब्ध कराता है जिसे प्लैटफ़ॉर्म डेवलपमेंट से जुड़ी खास चुनौतियों के लिए ऑप्टिमाइज़ किया गया है. यह स्टैंडर्ड Android ऐप्लिकेशन डेवलपमेंट से आगे की सुविधा देता है. यह AOSP के कोडबेस और बिल्ड सिस्टम के साथ पूरी तरह से इंटिग्रेट होता है. इससे आपको ऐसी सुविधाएं मिलती हैं जो डेवलपमेंट की प्रोसेस को तेज़ करती हैं.
मुख्य सुविधाएं
AOSP के साथ आसानी से इंटिग्रेट किया जा सकता है: यह सीधे तौर पर AOSP सोर्स ट्री और Soong बिल्ड सिस्टम (Android.bp
फ़ाइलें) के साथ काम करता है. जटिल प्लैटफ़ॉर्म प्रोजेक्ट को आसानी से सिंक और मैनेज करें.
इंटेलिजेंट कोड एडिटिंग: Kotlin, Java, C/C++, और Rust के लिए, कोड पूरा करने, रीफ़ैक्टर करने, और विश्लेषण करने की बेहतर सुविधाओं का फ़ायदा पाएं. इससे आपको तेज़ी से हाई क्वालिटी वाला कोड लिखने में मदद मिलती है.
बेहतर डीबगिंग: ब्रेकपॉइंट, वैरिएबल की जांच, और एक्सप्रेशन के आकलन जैसी सुविधाओं की मदद से, C/C++ और Java जैसे प्लैटफ़ॉर्म कोड को डीबग करें.
डीबग करने के बारे में ज़्यादा जानें.
टेस्टिंग को इंटिग्रेट करना: प्लैटफ़ॉर्म टेस्ट चलाने और नतीजे देखने के लिए, सीधे तौर पर आईडीई से atest
कमांड चलाएं. अपने प्लैटफ़ॉर्म के कोड की जांच करना लेख पढ़ें.
प्रोजेक्ट सेटअप को पसंद के मुताबिक बनाने की सुविधा: .asfp-project
YAML फ़ाइल का इस्तेमाल करके, अपने प्रोजेक्ट के स्कोप और बिल्ड कॉन्फ़िगरेशन को अपनी ज़रूरत के हिसाब से बनाएं. प्रोजेक्ट मैनेजमेंट के बारे में ज़्यादा जानें.
Rust भाषा के लिए सहायता: AOSP में Rust डेवलपमेंट के लिए मुख्य सुविधा उपलब्ध है. ज़्यादा जानकारी के लिए, ASfP में Rust के लिए सहायता पर जाएं.
एआई की मदद से सहायता पाना: Android Studio में Gemini का इस्तेमाल करके, कोड जनरेट करें और कोड अपडेट करें. साथ ही, एडिटर में ही डेवलपमेंट से जुड़े सवालों के जवाब पाएं.
शुरू करें
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-09-04 (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-09-04 (UTC) को अपडेट किया गया."],[],[],null,["Android Studio for Platform (ASfP) is the official Integrated Development\nEnvironment (IDE) designed specifically for Android platform development. Built\non the powerful foundation of IntelliJ IDEA, ASfP is tailored to enhance\nproductivity and streamline workflows for engineers working within the Android\nOpen Source Project (AOSP).\n\nWhy use ASfP?\n\nASfP provides a comprehensive suite of tools optimized for the unique challenges\nof platform development, going beyond standard Android app development. It\nintegrates deeply with the AOSP codebase and build systems, offering features\nthat accelerate your development process.\n\nKey features\n\n- **Seamless AOSP integration:** Works directly with the AOSP source tree and\n the Soong build system (`Android.bp` files). Effortlessly sync and manage\n complex platform projects.\n\n- **Intelligent code editing:** Benefit from advanced code completion,\n refactoring, and analysis for Kotlin, Java, C/C++, and Rust, helping you\n write high-quality code faster.\n\n- **Powerful debugging:** Debug platform code, including C/C++ and Java, with\n features like breakpoints, variable inspection, and expression evaluation.\n Learn more about [debugging](/studio/platform/debug).\n\n- **Integrated testing:** Run `atest` commands directly from the IDE to\n execute platform tests and view results. See [Test your platform\n code](/studio/platform/test).\n\n- **Customizable project setup:** Fine-tune your project scope and build\n configurations using the flexible `.asfp-project` YAML file. Learn more\n about [project management](/studio/platform/projects).\n\n- **Rust language support:** Core feature support for Rust development in\n AOSP. More details at [Rust Support in ASfP](/studio/platform/projects/rust).\n\n- **AI-powered assistance:** Use [Gemini in Android\n Studio](https://developer.android.com/gemini-in-android) for code\n generation, code updates, and to get answers to your development questions,\n all within the editor.\n\nGet started\n\n- [Install Android Studio for Platform](/studio/platform/install)\n- [Create a project](/studio/platform/projects/create-project)\n- See the latest updates in the [Release Notes](/studio/platform/releases)."]]