Assigned
Status Update
Comments
ra...@gmail.com <ra...@gmail.com> #2
Thanks for the feedback on the emulator. To help us troubleshoot this issue further, we will need more information. Please share detailed reproduction steps and as much as possible of the following information:
1. Emulator version
2. Run the emulator from command line with “$ANDROID_SDK_ROOT/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel” and send the resulting logs
3. Any relevant Logcat logs
4. The results of running “adb shell top” in the command line.
For more information on what’s needed and how to obtain this information please read the guide athttps://developer.android.com/studio/report-bugs#emulator-bugs .
1. Emulator version
2. Run the emulator from command line with “$ANDROID_SDK_ROOT/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel” and send the resulting logs
3. Any relevant Logcat logs
4. The results of running “adb shell top” in the command line.
For more information on what’s needed and how to obtain this information please read the guide at
rk...@google.com <rk...@google.com>
jp...@google.com <jp...@google.com>
se...@google.com <se...@google.com> #3
The Android Studio Emulator is intended to be used by app developers to test their app. It is not intended to be used as a device substitute to run arbitrary apps.
Description
Please Read:https://developer.android.com/studio/report-bugs.html#emulator-bugs
Android Studio Version: Unknown
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 35.4.6-12930357 Hypervisor Version: HVF 15.1.0
Android SDK Tools: invalid
Host Operating System: macOS 15.1.1
CPU Manufacturer: Apple CPU Virtualization is supported
Bare metal 64-bit CPU
RAM: 36864 MB
GPU:
Build Fingerprint: google/gms_sdk_xr64_arm64/emulator64_arm64:14/UP1A.231005.007.A1/12750575:userdebug/test-keys
AVD Details: Name: XR_Device CPU/ABI: arm64 Path: /Users/ruizhengu/.android/avd/XR_Device.avd Target: android-xr [XR] (API level 34) Skin: 2560x2558 SD Card: 512M AvdId: XR_Device PlayStore.enabled: true avd.ini.displayname: XR Device avd.ini.encoding: UTF-8 disk.dataPartition.size: 6442450944 fastboot.chosenSnapshotFile: fastboot.forceChosenSnapshotBoot: no fastboot.forceColdBoot: no fastboot.forceFastBoot: yes hw.accelerometer: yes hw.arc: false hw.audioInput: yes hw.battery: yes hw.camera.back: none hw.camera.front: emulated hw.cpu.ncore: 4 hw.dPad: no hw.device.hash2: MD5:dc0ae755355e55901c520ac20555c194 hw.device.manufacturer: Google hw.device.name: xr_device hw.gps: yes hw.gpu.enabled: yes hw.gpu.mode: auto hw.gyroscope: yes hw.initialOrientation: landscape hw.keyboard: yes hw.keyboard.lid: yes hw.lcd.density: 320 hw.lcd.height: 2558 hw.lcd.width: 2560 hw.mainKeys: no hw.ramSize: 4096 hw.sdCard: yes hw.sensors.light: yes hw.sensors.magnetic_field: yes hw.sensors.orientation: yes hw.sensors.pressure: yes hw.sensors.proximity: yes hw.trackBall: yes image.sysdir.1: system-images/android-34/google-xr/arm64-v8a/ runtime.network.latency: none runtime.network.speed: full showDeviceFrame: yes skin.dynamic: yes tag.display: XR tag.displaynames: XR,Google Play tag.id: android-xr tag.ids: android-xr,google_apis_playstore vm.heapSize: 512
Feature Request:
I would like to ask about the key events for switching the interaction modes (e.g., input mode, drag mouse to pan) in Android XR device emulator, such as
adb shell input keyevent 3
for press the home button.Use Case or Problem this feature helps you with:
Help automated testing for Android XR system