我启动android studio时遇到的第二个问题:消息内部HTTP服务器已禁用:无法启动内部HTTP服务器. Git集成,JavaScript调试器和LiveEdit可能会出错.请检查您的防火墙设置,然后重新启动Android Studio 我尝试在Intrnet上找到几种解决方案:刷新dns,重新启动winsock,禁用防病毒...没有成功最后,我想到了与服务的冲突,我通过关闭所有服务来尝试从(msconfig)开始.和它的作品经过几次尝试.我发现该服务负责.这是基本过滤引擎服务(BFE).然后,每次我启动Windows时,我都会禁用该服务,并停止这些依赖项(IPsec战略官,Windows防火墙,生成模块IKE和AuthIP).然后启用并重新启动所有这些服务我不知道这个问题以及如何最终解决它.有什么主意吗?谢谢解决方案您只需要关闭Windows防火墙.我做到了,成功了.I have 2 issues.first: I was on my browser the ERR_NETWORK_ACCESS_DENIED error when i try to get to the R local help server (http://127.0.0.1:xxxx../doc/html/Search?results=1)the second I had, when I launch android studio:; the message Internal HTTP server disabled: Can not start internal HTTP server. Git integration, JavaScript debugger and LiveEdit May operate with errors. Please check your firewall settings and restart Android StudioI try several solutions found on intrnet: flushing dns, restating winsock, disabling antivirus ...without successLast resort, I thought of a conflict with a service, I tried a selective start with (msconfig) by turning off all services. AND IT WORKSAfter several attempts. I found the service responsible. it was the BASE filtering ENGINE service (BFE).then each time i start windows I disable the service and I stop these dependencies (IPsec Strategy Officer, Windows Firewall, generation modules IKE and AuthIP). then I enable and restart all these servicesI do not figure out the problem and how to settle it definitively.Any idea? thanks 解决方案 You only need to turn off Windows Firewall.I did it and succeeded. 这篇关于BASE FILTERING ENGINE服务问题:ERR_NETWORK_ACCESS_DENIED,并且无法启动内部HTTP服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-26 21:41