Android development failed to install * apk on device ’emulator-5554′: EOF
This error occurs when running the Android program:
Failed to install homework. apk on device 'emulator-5554': EOF
java. io. IOException: EOF
The problem of searching for information on the Internet is ADB, and the possible reason is
Solution:
I: open the CMD command prompt, execute ADB kill server first, and then ADB start server
II: 1 Clean project, project - > clean
2. Right click the project browser and close the project, then close eclipse, and then reopen
3. Clean up the project again
4. Restart AVD
5. Delete AVD, open the folder in the saved AVD Android SDK folder, and then delete any name with AVD (a file plus a folder). You may have to restart your computer to delete it. Create a new AVD.
Solution reference address: http://stackoverflow.com/questions/6376722/failed-to-install-apk-on-device-emulator-5554-eof