安卓控制台错误?
你好,现在我正在安装 android 最新的 google sdk,但是如果我运行它需要更多时间..同时控制台显示此错误...
[2011-05-18 16:38:26 - bgoogle] Failed to install bgoogle.apk on device 'emulator-5554!
[2011-05-18 16:38:26 - bgoogle] (null)
[2011-05-18 16:38:27 - bgoogle] Launch canceled!
给我一些链接...
Hi now i am install android latest google sdk but if i run its take more time..At the same time console display this error...
[2011-05-18 16:38:26 - bgoogle] Failed to install bgoogle.apk on device 'emulator-5554!
[2011-05-18 16:38:26 - bgoogle] (null)
[2011-05-18 16:38:27 - bgoogle] Launch canceled!
Give me some link...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试重置你的adb。您可以通过以下方式执行此操作:
1) 转到 DDMS:在向下箭头图标菜单中选择相机图标附近的“重置 adb”。
或者
2) 使用 platform-tools 作为目录进入命令行并运行以下命令:
i) adb Kill-server
ii) adb start-server
如果这不起作用,请尝试重新启动模拟器。
Try resetting your adb. You can do this in following ways:
1) GOto DDMS: select "reset adb" nearby camera icon in the down arrow icon menu.
OR
2) Go to command line with platform-tools as your directory and run following commands:
i) adb kill-server
ii) adb start-server
If this doesn't work, try restarting the emulator.