Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the frequently asked questions about Android adb

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

What are the common problems in Android adb? I believe many inexperienced people don't know what to do about it. Therefore, this article summarizes the causes and solutions of the problems. Through this article, I hope you can solve this problem.

Question 1

[java] View pure copy?

The connection to adb has been disconnected with a serious error.

You must restart adb and Eclipse.

Make sure that adb is correctly located in "adb.exe" and can be executed

Solution 1:

[plain] View pure copy?

Adb kills the server

Adb starts the server

Question 2

[java] View pure copy?

ADB server not confirmed

* unable to start daemon *

Solution 2:

DDMS-Devices-Reset adb

If not, close the pea pod or restart the Eclipse

Question 3

[plain]

View pure copy?

Adb cannot be restarted! Make sure the plug-in is configured correctly

Solution 3:

Kill all processes related to Wandoujia, ok

Wandoujia_daemon.exe

Wandoujia_helper.exe

Question 4

[plain] view plaincopyprint?

* * Adb connection Error: the remote host forcibly closes an existing connection

Try to solve the problem of 1pm, 2pm and 3pm

Question 5

[plain] view plaincopyprint?

Java.io.IOException: the software on your host aborts an established connection.

At sun.nio.ch.SocketDispatcher.write0 (Native Method)

At sun.nio.ch.SocketDispatcher.write (Unknown Source)

At sun.nio.ch.IOUtil.writeFromNativeBuffer (Unknown Source)

At sun.nio.ch.IOUtil.write (Unknown Source)

At sun.nio.ch.SocketChannelImpl.write (Unknown Source)

At com.android.ddmlib.JdwpPacket.writeAndConsume (JdwpPacket.java:213)

At com.android.ddmlib.Client.sendAndConsume (Client.java:575)

At com.android.ddmlib.HandleHeap.sendREAQ (HandleHeap.java:348)

At com.android.ddmlib.Client.requestAllocationStatus (Client.java:421)

At com.android.ddmlib.DeviceMonitor.createClient (DeviceMonitor.java:854)

At com.android.ddmlib.DeviceMonitor.openClient (DeviceMonitor.java:822)

At com.android.ddmlib.DeviceMonitor.processIncomingJdwpData (DeviceMonitor.java:781)

At com.android.ddmlib.DeviceMonitor.deviceClientMonitorLoop (DeviceMonitor.java:649)

At com.android.ddmlib.DeviceMonitor.access$100 (DeviceMonitor.java:42)

At com.android.ddmlib.DeviceMonitor$3.run (DeviceMonitor.java:577)

Usually two eclipse are opened at the same time, and one can be closed.

Question 6

[java]

View pure copy?

Unable to install .apk on device'': unable to open synchronous connection!

Java.io.IOException: unable to open synchronous connection!

Launch canceled!

Question 7

[java] View pure copy?

ADB rejects the shell command (rm/data/local/tmp/AnzhiGame1.1.apk): close

Error during synchronization: unable to open synchronization connection!

Error during synchronization: unable to open synchronization connection!

Adb connection Error: the remote host forcibly closes an existing connection.

Connection attempt: 1

Connection attempts: 2 times

Connection attempts: 3 times

After reading the above, have you mastered the methods of Android adb FAQ? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report