简体   繁体   English

Android 设备管理器已被杀死

[英]Android Device Manager has been killed

Anytime I run my emulator for my AVD it says the emulator process for AVD pixel 2 has been killed.每当我为 AVD 运行模拟器时,它都会说 AVD 像素 2 的模拟器进程已被终止。

I have tried several means online but I have been unable to get it fixed.我在网上尝试了几种方法,但我一直无法修复它。 I just installed android studio on my laptop and I have tried installing and reinstalling it again but isn't still working.我刚刚在我的笔记本电脑上安装了 android studio,我尝试再次安装并重新安装它,但仍然无法正常工作。

Android Emulator version 30.7.5 has bugs which causes this. Android 模拟器30.7.5存在导致此问题的错误。 Try to downgrade to 30.7.4 by尝试通过以下方式降级到30.7.4

  1. download 30.7.4 from https://dl.google.com/android/repository/emulator-windows_x64-7453540.ziphttps://dl.google.com/android/repository/emulator-windows_x64-7453540.zip下载 30.7.4
  2. Locate emulator folder in SDK.在 SDK 中找到模拟器文件夹。 And rename it to something like emulator-to-delete .并将其重命名为emulator-to-delete For my case my SDK path is C:\\Users\\Nux\\AppData\\Local\\Android\\Sdk就我而言,我的 SDK 路径是C:\\Users\\Nux\\AppData\\Local\\Android\\Sdk
  3. Extract the contents of zip folder you downloaded to folder named emulator.将您下载的 zip 文件夹的内容解压到名为 emulator 的文件夹中。
  4. Then copy package file from old emulator folder and paste it in emulator folder.然后从旧的模拟器文件夹中复制package文件并将其粘贴到模拟器文件夹中。 Without this step Android Studio won't recognize emulator.如果没有这一步,Android Studio 将无法识别模拟器。
  5. Now you can safely delete the other emulator folder.现在您可以安全地删除另一个模拟器文件夹。
  6. Restart Android Studio and you are done.重启 Android Studio,你就完成了。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 应用程式被杀死后,片段仍然存在(Android) - Fragment is still alive after app has been killed (Android) Android-在进程被杀死时恢复状态 - Android - restoring state when process has been killed 如何检测应用是否已被服务杀死? 安卓 - How to detect if the app has been killed using a service? android 终止服务后,Android GCM无法接收通知 - Android GCM not receiving notification when Service has been killed 我的Android APP进程已被终止,但仍在RunningTask中 - My Android APP's process has been killed, but still in RunningTask 应用被杀死后,ViewPager出现NullPointerException - NullPointerException with ViewPager after the app has been killed Android:如果应用程序进程被杀死,动态注册的广播接收器将被激活 - Android: will the dynamically registered broadcast receiver be activated if the app process has been killed 应用被杀死后,某些Android手机中的小部件无法在AppWidgetProvider中接收广播 - Widget in some android phone can not receive broadcast in AppWidgetProvider when app has been killed 如何检查onCreate是否已杀死同一活动的先前android进程? - how to check in onCreate that the previous android process of the same activity has been killed? 当 React Native Android 应用程序在后台或已被杀死时,如何将其带到前台? - How to bring a React Native Android app to the foreground when it is in the background or has been killed?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM