本文介绍了亚行突然停止工作了的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
突然我的 adb
无法正常工作。我尝试重新安装SDK,但仍然无法正常工作。虽然android studio工作正常。
Suddenly my adb
is not working. I tried reinstalling sdk but it is still not working. Though android studio is working just fine.
推荐答案
找到正确的位置,然后重试!
Get to the right location and try again!
在我的情况下,adb位于此处:
In my case adb in located here:
C:\Users\username\AppData\Local\Android\sdk\platform-tools
也许这只是Windows的常见问题
Or maybe it's just a usual problem with your Windows
可能是Windows问题:尝试以下操作
在弹出框中->选择高级->单击性能下的设置
On the pop-up box -> select Advanced ->Click Settings under performance
出现另一个对话框- >选择数据执行保护,然后单击添加
Another dialog appears -> Select Data Execution Prevention and click add
转到您的 adb.exe 文件并选择它,然后单击应用,然后单击确定 。
Go to your adb.exe file and select it and click apply and then OK.
您已完成!!
这篇关于亚行突然停止工作了的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!