android DDMS 传大容量文件到 sdcard

在android DDMS中向模拟器中的sdcard中传送大容量文件时常会报以下错误:

 

 

Failed to push the item(s).

 

经研究发现问题是由于DDMS中的传送超时造成的。

 

所以只需要在DDMS的配置中修改Time out的时间就可以解决这个问题。

 

如下图:


android DDMS 传大容量文件到 sdcard

你可能感兴趣的:(android)