साइज़ बदलने की सुविधा वाले एम्युलेटर की मदद से, कई स्क्रीन साइज़ पर टेस्ट करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अपने ऐप्लिकेशन को कई स्क्रीन साइज़ पर टेस्ट करने के लिए, साइज़ बदलने की सुविधा वाले एक एम्युलेटर का इस्तेमाल करें. साइज़ में बदलाव किए जा सकने वाले एक ही एमुलेटर पर टेस्ट करने से, आपको अलग-अलग इंटरफ़ेस में किए गए बदलावों की तुरंत जांच करने की सुविधा मिलती है. साथ ही, अलग-अलग वर्चुअल डिवाइसों को मैनेज करने के लिए ज़रूरी कंप्यूट संसाधनों और मेमोरी को बचाकर, डेवलपमेंट का बेहतर अनुभव मिलता है.
साइज़ में बदला जा सकने वाला Android वर्चुअल डिवाइस (AVD) बनाने के लिए, यह तरीका अपनाएं:
डिवाइस फ़्लो बनाएं में जाकर, बड़ा किया जा सकने वाला (प्रयोग के तौर पर उपलब्ध) फ़ोन हार्डवेयर प्रोफ़ाइल चुनें.
एपीआई लेवल 34 या उसके बाद के वर्शन के लिए, सिस्टम इमेज डाउनलोड करें.
AVD बनाने के लिए निर्देशों का पालन करें.
जब ऐप्लिकेशन को रीसाइज़ किए जा सकने वाले एमुलेटर पर डिप्लॉय किया जाता है, तो सामान्य डिवाइस टाइप के सेट के बीच तुरंत टॉगल करने के लिए, एमुलेटर टूलबार में डिसप्ले मोड ड्रॉपडाउन का इस्तेमाल करें. एमुलेटर की स्क्रीन का साइज़ बदला जा सकता है, ताकि अलग-अलग स्क्रीन साइज़ और डेंसिटी पर अपने ऐप्लिकेशन की आसानी से जांच की जा सके.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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,["# Test on multiple screen sizes with the resizable emulator\n\n| **Note:** The resizable emulator is no longer experimental starting in Android Studio Narwhal Feature Drop.\n\nTest your app on multiple screen sizes with a single resizable emulator. Testing\non a single resizable emulator not only allows you to rapidly test changes\nacross different interfaces, but also promotes a smoother development experience\nby saving the compute resources and memory that would be required to maintain\nseparate virtual devices.\n\nTo create a resizable Android Virtual Device (AVD) follow these steps:\n\n1. In the [create device flow](https://developer.android.com/studio/run/managing-avds#createavd), select the **Resizable (Experimental)** phone hardware profile.\n2. Download the system image for API level 34 or higher.\n3. Follow the prompts to create the AVD.\n\nWhen you deploy your app to the resizable emulator, use the **Display Mode**\ndropdown in the emulator toolbar to quickly toggle between a set of common\ndevice types. The emulator screen resizes so you can easily test your app across\na range of screen sizes and densities."]]