संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android Gradle प्लग इन 2.3.0 (फ़रवरी 2017)
2.3.3 (जून 2017)
यह एक छोटा अपडेट है. इससे Android Studio 2.3.3 के साथ काम करने की सुविधा जोड़ी गई है.
2.3.2 (मई 2017)
यह एक छोटा अपडेट है. इससे Android Studio 2.3.2 के साथ काम करने की सुविधा जोड़ी गई है.
2.3.1 (अप्रैल 2017)
यह Android प्लगिन 2.3.0 का एक छोटा अपडेट है. इसमें एक ऐसी समस्या को ठीक किया गया है जिसमें कुछ Android डिवाइसों पर Instant Run की सुविधा ठीक से काम नहीं कर रही थी. इस बारे में ज़्यादा जानने के लिए,
समस्या #235879 देखें.
- डिपेंडेंसी:
- नया:
-
- Gradle 3.3 का इस्तेमाल करता है. इसमें परफ़ॉर्मेंस में सुधार किया गया है और नई सुविधाएं जोड़ी गई हैं. ज़्यादा जानकारी के लिए, Gradle के रिलीज़ नोट देखें.
- बिल्ड कैश: यह कुछ ऐसे आउटपुट सेव करता है जिन्हें Android प्लगिन, प्रोजेक्ट बनाते समय जनरेट करता है. जैसे, अनपैकेज किए गए एएआर और पहले से डेक्स किए गए रिमोट डिपेंडेंसी. कैश मेमोरी का इस्तेमाल करने पर, क्लीन बिल्ड बहुत तेज़ी से तैयार होते हैं. ऐसा इसलिए होता है, क्योंकि बिल्ड सिस्टम उन फ़ाइलों को फिर से बनाने के बजाय, बाद के बिल्ड के दौरान कैश मेमोरी में सेव की गई फ़ाइलों का इस्तेमाल कर सकता है. Android प्लगिन 2.3.0 और इसके बाद के वर्शन का इस्तेमाल करने वाले प्रोजेक्ट में, बिल्ड कैश का इस्तेमाल डिफ़ॉल्ट रूप से किया जाता है. ज़्यादा जानने के लिए, Build Cache की मदद से, बिल्ड करने की स्पीड बढ़ाना लेख पढ़ें.
- बदलाव:
-
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-09-05 (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-05 (UTC) को अपडेट किया गया."],[],[],null,["\u003cbr /\u003e\n\nAndroid Gradle Plugin 2.3.0 (February 2017) \n**2.3.3 (June 2017)**\n\nThis is a minor update that adds compatibility with\n[Android Studio 2.3.3](/studio/releases#Revisions).\n\n**2.3.2 (May 2017)**\n\nThis is a minor update that adds compatibility with\n[Android Studio\n2.3.2](/studio/releases#Revisions).\n\n**2.3.1 (April 2017)**\n\nThis is a minor update to Android plugin 2.3.0 that fixes an issue\nwhere some physical Android devices did not work properly with\n[Instant Run](/studio/run#instant-run) (see\n[Issue #235879](https://code.google.com/p/android/issues/detail?id=235879)).\n\nDependencies:\nNew:\n:\n - Uses Gradle 3.3, which includes performance improvements and new features. For more details, see the [Gradle release notes](https://docs.gradle.org/3.3/release-notes).\n - **Build cache** : stores certain outputs that the Android plugin generates when building your project (such as unpackaged AARs and pre-dexed remote dependencies). Your clean builds are much faster while using the cache because the build system can simply reuse those cached files during subsequent builds, instead of recreating them. Projects using Android plugin 2.3.0 and higher use the build cache by default. To learn more, read [Improve Build Speed with\n Build Cache](/studio/build/build-cache).\n - Includes a `cleanBuildCache` task that [clears\n the build cache](/studio/build/build-cache#clear_the_build_cache).\n - If you are using the experimental version of build cache (included in earlier versions of the plugin), you should [update your plugin](#updating-plugin) to the latest version.\n\nChanges:\n:\n - Supports changes to Instant Run included in [Android Studio 2.3](/studio/releases).\n - Configuration times for very large projects should be significantly faster.\n - Fixed issues with auto-downloading for the [constraint layout\n library](/training/constraint-layout).\n - Plugin now uses [ProGuard version 5.3.2](https://www.guardsquare.com/en/proguard/manual/versions).\n - Includes many fixes for [reported bugs](https://code.google.com/p/android/issues/list?can=1&q=Component%3DTools++Subcomponent%3DTools-gradle%2CTools-build%2CTools-instantrun%2CTools-cpp-build+Target%3D2.3+status%3AFutureRelease%2CReleased+&sort=priority+-status&colspec=ID+Status+Priority+Owner+Summary+Stars+Reporter+Opened&cells=tiles). Please continue to [file bug reports](/studio/report-bugs) when you encounter issues.\n\n\u003cbr /\u003e"]]