The Android emulator has the wrong workaround:
1.Unable to get View server version from device
Exlipse under the Android app, right key project run as Android application popup a dialog box saying that there is a problem click in detail to say null pointer exception. Open Ddms mode,
It prompts unable to get View server version device emulator-5554, at which point my Android emulator is running.
WORKAROUND: Delete the. Metadata folder in the workspace
For detailed steps:
(1): Open Eclipse Workspace (shown in location in your Eclipse menu windows--> preferences--> General Startup and Shutdown-->workspaces)
(2): Close Eclipse, delete the open workspace above. Metadata Folder
(3): Click Gotoworkspaces (that is, the right arrow at the back) found no items in Eclipsse
(4): (Import Item) Click on the File menu import button to open the dialog box to select General existing prjoect into workspace and then click Next
The right button in the first line select Browse to select Workspase location (the folder that just deleted the folder) Click Finish to complete the project import (do not choose Copy Project into workspace)
Note: This place I deal with when I import the project again when I found a lot of errors, then I shut down after the software will be no problem, do not know why (according to the above is not the introduction of the project, is imported. Metadata, do not know whether this is the case)?
2.Failed to install helloworld.apk on device ' emulator-5554 ': timeout
Through the search of foreign technology websites, found a way.
Window----Preferences----android----DDMS----ADB connection Time Out (MS)
Default 5000, change to 10000.
Thank you for reading, I hope to help you, thank you for your support for this site!