安卓控制台错误?

发布于 2024-11-07 19:50:00 字数 290 浏览 0 评论 0原文

你好,现在我正在安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风月客 2024-11-14 19:50:00

尝试重置你的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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文