You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
I have a ~200 MB APK and a device connected remotely and 5 minutes is not enough.
In ddmlib (so also in spoon) there is a deafult timeout set to 5 s, in case of installation it seems to refer to a single 64 KB chunk of data. Additionally default value can be increased using com.android.ddmlib.DdmPreferences#setTimeOut.
adb install constantly prints percentage during installation. Maybe installation timeout should occur when no new output is received within some time period e.g. 30 s?