开发者

Android console error?

开发者 https://www.devze.com 2023-03-06 22:45 出处:网络
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...

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...


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消