作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
昨天模拟器运行良好。系统镜像是 arm64-v8a。我不完全记得工作系统镜像的版本名称,但是昨天我接受了 ARM 64 系统镜像的更新,版本名称是“S”。
我可以从我的 AVD 管理器启动模拟器,当我按下“运行应用程序”按钮时,模拟器也会启动,但是,应用程序没有加载到模拟器上,如果我通过“adb 设备”进行检查,或者如果我单击它显示的“设备连接故障排除”:
“emulator-5554 - 设备当前处于离线状态”
我已经尝试了 StackOverflow 上的大多数建议,例如:
Name: Pixel_4_API_S
CPU/ABI: Google Play ARM (arm64-v8a)
Path: ~/.android/avd/Pixel_4_API_S.avd
Target: google_apis_playstore [Google Play] (API level S)
Skin: pixel_4
SD Card: 512M
fastboot.chosenSnapshotFile:
runtime.network.speed: full
hw.accelerometer: yes
hw.device.name: pixel_4
hw.lcd.width: 1080
image.androidVersion.codename: S
hw.initialOrientation: Portrait
image.androidVersion.api: 29
tag.id: google_apis_playstore
hw.mainKeys: no
hw.camera.front: emulated
avd.ini.displayname: Pixel 4 API S
hw.gpu.mode: auto
hw.ramSize: 1536
PlayStore.enabled: true
fastboot.forceColdBoot: no
hw.cpu.ncore: 4
hw.keyboard: yes
hw.sensors.proximity: yes
hw.dPad: no
hw.lcd.height: 2280
vm.heapSize: 256
skin.dynamic: yes
hw.device.manufacturer: Google
hw.gps: yes
hw.audioInput: yes
image.sysdir.1: system-images/android-S/google_apis_playstore/arm64-v8a/
showDeviceFrame: yes
hw.camera.back: virtualscene
AvdId: Pixel_4_API_S
hw.lcd.density: 440
hw.arc: false
hw.device.hash2: MD5:6b5943207fe196d842659d2e43022e20
fastboot.forceChosenSnapshotBoot: no
fastboot.forceFastBoot: yes
hw.trackBall: no
hw.battery: yes
hw.sdCard: yes
tag.display: Google Play
runtime.network.latency: none
disk.dataPartition.size: 6442450944
hw.sensors.orientation: yes
avd.ini.encoding: UTF-8
hw.gpu.enabled: yes
知道出了什么问题吗?或者如何解决这个问题?
最佳答案
将您下载的 avd 系统镜像替换为 r02 镜像。 r03 对我来说已经坏了,但恢复到 r02 可以节省一天的时间!
更新:似乎 r03、r04 和 r05 都不适用于 m1
Google Play ARM 64 v8a System Image (revision: 2)
Google APIs ARM 64 v8a System Image (revision: 2)
在 macOS 上使用最新的 android (4.1.3),您要放置解压缩图像的目录可能类似于 ~/Library/Android/sdk/system-images/android-S
.
例如,google play 图片的路径是 ~/Library/Android/sdk/system-images/android-S/google_apis_playstore/arm64-v8a
关于android - 上次更新 arm64-v8a 后,模拟器在 M1 Mac 上脱机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67250716/
我是一名优秀的程序员,十分优秀!