संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android Studio v1.3.0 (जुलाई 2015)
गड़बड़ियां ठीक की गई हैं और सुधार किए गए हैं:
- Android Studio में, डेवलपर सेवाएं चालू करने के लिए विकल्प जोड़े गए हैं. जैसे, Google AdMob और Analytics.
- एनोटेशन जोड़े गए. जैसे,
@RequiresPermission
, @CheckResults
, और @MainThread
.
- मेमोरी मॉनिटर से, Java हीप डंप जनरेट करने और थ्रेड के लिए मेमोरी के बंटवारे का विश्लेषण करने की सुविधा जोड़ी गई. Android Studio में जाकर, Android के लिए खास तौर पर बनाए गए HPROF बाइनरी फ़ॉर्मैट वाली फ़ाइलों को स्टैंडर्ड HPROF फ़ॉर्मैट में भी बदला जा सकता है.
- Android Studio में एसडीके मैनेजर को इंटिग्रेट किया गया है, ताकि पैकेज और टूल को आसानी से ऐक्सेस किया जा सके. साथ ही, अपडेट की सूचनाएं मिल सकें.
ध्यान दें: स्टैंडअलोन एसडीके मैनेजर अब भी कमांड लाइन से उपलब्ध है. हालांकि, इसे सिर्फ़ स्टैंडअलोन एसडीके टूल इंस्टॉल करने के लिए इस्तेमाल करने का सुझाव दिया जाता है.
- एम्युलेटर कंसोल में
finger
कमांड जोड़ी गई है, ताकि फ़िंगरप्रिंट की पुष्टि करने की सुविधा को सिम्युलेट किया जा सके.
- लाइब्रेरी के संसाधनों को सार्वजनिक और निजी संसाधनों के तौर पर तय करने के लिए,
<public>
संसाधन एलान जोड़ा गया.
ध्यान दें: इसके लिए, Gradle के लिए Android प्लग इन का 1.3 या उसके बाद वाला वर्शन होना ज़रूरी है.
- डेटा बाइंडिंग की सुविधा जोड़ी गई है. इससे ऐसे लेआउट बनाए जा सकते हैं जो आपके ऐप्लिकेशन लॉजिक को लेआउट एलिमेंट से बाइंड करते हैं.
- Android Studio में टेस्ट APK बनाने के लिए, अलग टेस्ट APK मॉड्यूल की सुविधा जोड़ी गई है.
- HAXM ऑप्टिमाइज़ेशन और बेहतर सूचनाओं के साथ, AVD Manager को अपडेट किया गया है.
- QEMU 2.1 के लिए, 64-बिट ARM और MIPS एमुलेटर सपोर्ट जोड़ा गया.
- Lint की चेतावनियों को ठीक करने की प्रोसेस को आसान बनाया गया है. इसके लिए, क्विक फ़िक्स जोड़े गए हैं. जैसे, Parcelable को लागू करने की सुविधा अपने-आप जनरेट होना.
- कोड स्निपेट को तुरंत डालने के लिए, लाइव टेंप्लेट
की सुविधा जोड़ी गई.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-09-03 (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-03 (UTC) को अपडेट किया गया."],[],[],null,["\u003cbr /\u003e\n\nAndroid Studio v1.3.0 (July 2015)\n\nFixes and enhancements:\n\n- Added options to enable [developer services](/tools/studio/studio-features#dev-services), such as [Google AdMob](https://developers.google.com/admob/) and [Analytics](/distribute/analyze/start), in your app from within Android Studio.\n- Added additional [annotations](/tools/debugging/annotations), such as `@RequiresPermission`, `@CheckResults`, and `@MainThread`.\n- Added the capability to generate Java heap dumps and analyze thread allocations from the [Memory Monitor](/tools/studio#mem-cpu). You can also convert Android-specific HPROF binary format files to standard HPROF format from within Android Studio.\n- Integrated the [SDK Manager](/tools/help/sdk-manager) into Android Studio to simplify package and tools access and provide update notifications.\n\n **Note:** The standalone SDK Manager is still available from\n the command line, but is recommended for use only with standalone SDK\n installations.\n- Added the `finger` command in the emulator console to simulate [fingerprint](/tools/studio/studio-features#finger-print) authentication.\n- Added a `\u003cpublic\u003e` resource declaration to designate library resources as [public and private](/tools/studio/studio-features#private-res) resources.\n\n **Note:** Requires\n [Android plugin for Gradle](/tools/building/plugin-for-gradle)\n version 1.3 or higher.\n- Added [data binding](/tools/data-binding/guide) support to create declarative layouts that bind your application logic to layout elements.\n- Added support for a separate [test APK module](/tools/studio/studio-features#test-module) to build test APKs in Android Studio.\n- Updated the [AVD Manager](/tools/devices/managing-avds) with HAXM optimizations and improved notifications.\n- Added 64-bit ARM and MIPS emulator support for [QEMU](http://wiki.qemu.org/Main_Page) 2.1.\n- Simplified the resolution of Lint warnings by adding quick fixes, such as the automatic generation of [Parcelable](/reference/android/os/Parcelable) implementation.\n- Added live template support for quick insertion of code snippets.\n\n\u003cbr /\u003e"]]