Failed to install due to Timeout in Emulator

前端 未结 14 701
清歌不尽
清歌不尽 2020-12-29 03:11

When attempting to install an .apk from Eclipse, whether to an android emulator or to a physical device (via USB), I get a \"Failed to install *.apk on device \'*\': timeout

相关标签:
14条回答
  • 2020-12-29 03:40

    If its timeout then may be ADB connection with the eclipse will need more timeout limit. So Try this:

    Prefrences>android>DDMS and you will see ADB connection timeout extend it to 20000

    0 讨论(0)
  • 2020-12-29 03:41

    When this happen's to us on physical devices we usually attempt to fix it by unplugging, toggling "android debug mode" on the device and reconnecting.

    0 讨论(0)
提交回复
热议问题