Error: "Failed to install apk on device 'emulator-5554': timeout"

36,951

Solution 1

Yon can increase your adb timeout setting in eclipse. Go to Preferences-> Android-> DDMS-> find "ADB connection time out (ms)" and give some more higher value.

Also, try to see if your emulator in connected to the DDMS. Either check from DDMS view or run "ADB devices" in command prompt

Solution 2

If you are using Emulator then restart.

If you are using phone then reboot then phone.

Completely power down and power up. That fixed it for me.

OR

In Eclipse, select WindowPreferences, then AndroidDDMS and set ADB connection time out (ms) to something longer than the default (which is 5000).

Solution 3

The default timeout of adb is small, so change its value If using eclipse follow the following path Window -> Preferences -> Android -> DDMS -> ADB Connection Timeout (ms)

Share:
36,951
Mahe
Author by

Mahe

Updated on February 21, 2020

Comments

  • Mahe
    Mahe about 4 years

    I have run my application using an emulator. Its taking so long time of about 5 mins to upload & 2 mins of installing my application on my emulator. After the two minutes it fails.

    This is the Error console,

    [2013-03-28 14:13:18 - newwaterreadingapp] ------------------------------
    [2013-03-28 14:13:18 - newwaterreadingapp] Android Launch!
    [2013-03-28 14:13:18 - newwaterreadingapp] adb is running normally.
    [2013-03-28 14:13:18 - newwaterreadingapp] Performing     
    com.example.newwaterreadingapp.MainActivity activity launch
    [2013-03-28 14:13:18 - newwaterreadingapp] Automatic Target Mode: using existing     emulator 'emulator-5556' running compatible AVD 'NewAvd_water_electricity_reading'
    [2013-03-28 14:13:18 - newwaterreadingapp] Uploading newwaterreadingapp.apk onto device 'emulator-5556'
    [2013-03-28 14:18:31 - newwaterreadingapp] Installing newwaterreadingapp.apk...
    [2013-03-28 14:20:35 - newwaterreadingapp] Failed to install newwaterreadingapp.apk on   device 'emulator-5556!
    [2013-03-28 14:20:35 - newwaterreadingapp] (null)
    [2013-03-28 14:20:37 - newwaterreadingapp] Launch canceled!
    

    My application is located in E:\Projects folder. And I have increased my adb timeout to 15000ms. But still I see that my application is not loaded on to emulator.