An error occurred in the morning.
Emulator-5554 disconnected! Cancelling 'com. dclchj. List. listactivity launch '!
Activity cannot be started.
Find information online and find a netizen's method. Unfortunately, I forgot the address.
According to him, this is caused by manually disabling the unstarted AVD. The solution is to write a BAT file with the following content, and then click the running mechanism.
Create a text document --> rename it to. bat --> copy the following content and save it --> double-click Run --> at this time, AVD is started, and running the Eclipse project will not cause errors. I solve the problem according to this method.
@ Echo off
D:
Cd d: \ Android-SDK-Windows \ tools
Emulator-AVD runhelloworld
Note: The SDK path D: \ Android-SDK-Windows \ tools can be modified as needed;
Runhelloworld is the name of AVD, which is also modified according to the AVD created by the user.