Whenever I use the adb to install an Android application on either my emulator or device, it says "Failed to install *.apk on device timeout.
I tried every solution that was offered in identical questions:
- I changed the ADB connection timeout from 5000 --> 60000
- I restarted ADB
- I restarted the computer.
However, none of these methods seem to work. I'm running the ADB on Windows Vista 32 bit. Is Windows Vista the problem? ADB can install apks when run on my Windows 7 computer. The only reason I can't use Windows 7 is because its processor is too slow (the emulator runs at 2 fps)
By the way, when I used the 'adb devices' command in the command line, it seems that the ADB recognizes my phone or emulator. For some reason, it can't install an .apk or push or pull files.