我正在尝试在我的设备上安装我的项目但是我收到以下错误:
这是错误:
java.io.IOException: An existing connection was forcibly closed by the remote host
Error while Installing APK
请帮我解决这个问题,也可以告诉我有关java文件中的R的信息
答案 0 :(得分:2)
run->cmd->your_android_sdk_path->platform-tools>
Then write the below commands.
adb kill-server - To kill the server forcefully
adb start-server - To start the server
UPDATED:
F:\android-sdk-windows latest\platform-tools>adb kill-server
F:\android-sdk-windows latest\platform-tools>adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
答案 1 :(得分:0)
如果它是真实设备,就我而言,禁用和启用 usb调试选项是可行的。 终止并启动adb服务器无济于事。
答案 2 :(得分:0)
我要做的是禁用和启用USB调试,但还要撤销计算机自动设置,然后重新启用。我希望自己的工作量很大,对我有帮助。