ทดสอบโดยใช้โปรแกรมจำลองที่กำหนดค่าได้
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
โปรไฟล์ฮาร์ดแวร์บางรายการรองรับการกำหนดค่ารันไทม์เพื่อช่วยจำลองการกำหนดค่าบางอย่างที่พบใน OEM
การกำหนดค่าเหล่านี้จะใช้ Runtime Resource Overlays (RRO) และจัดการโดยใช้คำสั่ง adb shell cmd overlay
ใช้คำสั่งต่อไปนี้เพื่อเปิดหรือปิดใช้ RRO
adb shell cmd overlay enable NAME
adb shell cmd overlay disable NAME
แก้ไขตำแหน่งแถบระบบ
โดยค่าเริ่มต้น โปรแกรมจำลองที่กําหนดค่าได้จะมีแถบระบบ 2 แถบ ได้แก่ แถบสถานะที่ด้านบนของหน้าจอและแถบนําทางที่ด้านล่างของหน้าจอ แม้ว่ารถยนต์หลายรุ่นจะใช้เลย์เอาต์นี้ แต่บางรุ่นก็ไม่ได้ใช้ สิ่งที่ควรทราบเป็นพิเศษคือรถยนต์บางรุ่นมีแถบระบบที่ด้านแนวนอนของหน้าจอ ไม่ใช่ด้านแนวตั้ง ซึ่งอาจขัดแย้งกับสมมติฐานที่นักพัฒนาแอปใช้เมื่อพัฒนาแอปสำหรับอุปกรณ์เคลื่อนที่ ดูรายละเอียดและคำแนะนำทางเทคนิคเพิ่มเติมเกี่ยวกับแถบระบบ โหมดสมจริง และการเรนเดอร์แบบเต็มหน้าจอ
คุณใช้ RRO ต่อไปนี้เพื่อแก้ไขแถบระบบได้
com.android.systemui.rro.bottom
com.android.systemui.rro.bottom.rounded
com.android.systemui.rro.left
com.android.systemui.rro.right
จำลองหน้าจอรอยบาก
รถยนต์บางรุ่นมีหน้าจอที่มีส่วนเว้าของจอแสดงผลซึ่งแตกต่างอย่างมากเมื่อเทียบกับหน้าจอที่เห็นในอุปกรณ์เคลื่อนที่ รถยนต์ที่ใช้ Android Automotive OS บางรุ่นมีหน้าจอโค้งซึ่งทำให้หน้าจอไม่ใช่สี่เหลี่ยมผืนผ้าแทนที่จะมีส่วนเว้าหรือรูกล้อง ดูรายละเอียดและคำแนะนำทางเทคนิคเพิ่มเติมที่ปรับให้เข้ากับจอแสดงผลที่มีรูปร่างผิดปกติ
คุณใช้ RRO ต่อไปนี้เพื่อจำลองส่วนเว้าของจอแสดงผลได้
com.android.internal.display.cutout.emulation.top_and_right
com.android.internal.display.cutout.emulation.free_form
com.android.internal.emulation.automotive_ultrawide_cutout
การกำหนดค่าการทดสอบที่แนะนำ
เนื่องจากจํานวนการกําหนดค่าทั้งหมดที่สร้างขึ้นโดยการรวม RRO เหล่านี้มีจํานวนมาก เราจึงขอแนะนําให้ทดสอบแอปโดยใช้การรวมโปรไฟล์ฮาร์ดแวร์และ RRO ต่อไปนี้ ซึ่งคล้ายกับยานพาหนะบางรุ่นที่วิ่งอยู่บนท้องถนนในปัจจุบัน
- ยานยนต์ (1080p แนวนอน) พร้อม
com.android.systemui.rro.left
หรือ com.android.systemui.rro.right
- ภาพมุมกว้างพิเศษสำหรับยานยนต์ที่มี
com.android.systemui.rro.left
และ
com.android.internal.emulation.automotive_ultrawide_cutout
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# Test using the configurable emulator\n\nTo help emulate some of the configurations seen across OEMs, certain [hardware\nprofiles](/training/cars/testing/emulator#bundled-profiles) support runtime\nconfigurability.\n\nThese configurations are implemented using [Runtime Resource\nOverlays](https://source.android.com/docs/core/runtime/rros) (RROs)\nand can be managed using the `adb shell cmd overlay` command.\n\nUse the following commands to enable or disable a RRO: \n\n adb shell cmd overlay enable \u003cvar translate=\"no\"\u003eNAME\u003c/var\u003e\n adb shell cmd overlay disable \u003cvar translate=\"no\"\u003eNAME\u003c/var\u003e\n\nModify system bar position\n--------------------------\n\nBy default, the configurable emulator has two system bars -- a status bar on the\ntop of the screen and a navigation bar at the bottom of the screen. Though many\ncars share this layout, some don't. Of particular note is that some cars have\ntheir system bar(s) on the horizontal sides of the screen and not the vertical\nsides, which may break assumptions made when developing apps for mobile form\nfactors. See [System bars, immersive mode, and\nedge-to-edge rendering](/training/cars/parked/automotive-os#bars-immersive-edge)\nfor more details and technical guidance.\n\nThe following RROs can be used to modify the system bars:\n\n- `com.android.systemui.rro.bottom`\n- `com.android.systemui.rro.bottom.rounded`\n- `com.android.systemui.rro.left`\n- `com.android.systemui.rro.right`\n\nEmulate display cutouts\n-----------------------\n\nSome cars have screens with display cutouts that are very different when\ncompared to those seen on mobile devices. Instead of the notches or pinhole\ncamera cutouts, some Android Automotive OS vehicles have curved screens that\nmake the screen non-rectangular. See [Adapt to irregularly shaped displays](/training/cars/parked/automotive-os#irregular-displays)\nfor more details and technical guidance.\n\nThe following RROs can be used to emulate display cutouts:\n\n- `com.android.internal.display.cutout.emulation.top_and_right`\n- `com.android.internal.display.cutout.emulation.free_form`\n- `com.android.internal.emulation.automotive_ultrawide_cutout`\n\nRecommended testing configurations\n----------------------------------\n\nSince the total number of configurations that can be created by combining these\nRROs is quite large, we recommend testing your app using the following\ncombinations of [hardware profiles](/training/cars/testing/emulator#bundled-profiles)\nand RROs, which are similar to some vehicles on the road today.\n\n- *Automotive (1080p landscape)* with `com.android.systemui.rro.left` or `com.android.systemui.rro.right`\n- *Automotive Ultrawide* with `com.android.systemui.rro.left` and `com.android.internal.emulation.automotive_ultrawide_cutout`"]]