我收到此错误,我试图解决它,但仍然无法正常工作。我尝试了“adb kill-server”和 adb start-server 以及 emulator -avd emulator_name -wipe-data。
我附上了cmd的屏幕截图。
我只想运行我的应用程序,但是在“等待 HOME ('android.process.acore') 启动之后。” 我收到 emulator-5554 disconnected 错误,我在网上搜索并从以下链接尝试了命令
HelloAndroid]emulator-5554 断开连接!取消“com.example.helloandroid.HelloAndroid 活动启动”!
我试图重置 adb 但出现以下错误:
[2012-08-06 10:12:38 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2012-08-06 10:12:39 - DeviceMonitor] Connection attempts: 1
现在,我尝试了以下擦除用户数据的解决方案,但我不想要它。我的应用程序需要相互交互,使用以下解决方案是不可能的,因为现在,我需要在运行每个应用程序之前擦除数据..:(
Select & Right Click on Android Project
Run Configurations
Go to tab Target
Enable option Wipe User Data on Emulator launch parameters
Run Application