开发者

Problem Pushing Large File to Emulator/SDcard with Eclipse DDMS

开发者 https://www.devze.com 2023-04-07 00:40 出处:网络
I am using Eclipse DDMS to push a file over onto my Android Emulator sdcard.I select the file and press Open, a dialog pops up and starts pushing the file.In the view \"File Explorer\" in the DDMS per

I am using Eclipse DDMS to push a file over onto my Android Emulator sdcard. I select the file and press Open, a dialog pops up and starts pushing the file. In the view "File Explorer" in the DDMS perspective I can see the sdcard directory and can see my file created in it. Then in the popup the progress meter gets halfway then I get this error in the Console window:

[2011-09-22 15:15:56] Failed to push the item(s).
[2011-09-22 15:15:56] (null)

Then the File Explorer completely refreshes and the file disappears开发者_如何学JAVA. I know the sdcard is setup for 1G of space and the file I am pushing is only 9M.

Here are images during push and after fail.

Problem Pushing Large File to Emulator/SDcard with Eclipse DDMS

Problem Pushing Large File to Emulator/SDcard with Eclipse DDMS

So what am I doing wrong or what do I need to do to fix this?


Here is the way you fix it. I had a large file about 160M so what was happening it was most likely timing out. So to fix this I went to the Eclipse Windows -> Preferences -> Android -> DDMS then I set the ADB connection time out to 500000 and checked "Thread updates enabled" and checked Heap updates enabled". I was then able to push any file size up to the sdcard. I got the idea after reading this thread

Restart the IDE in some cases in mine I didn't need to.

Problem Pushing Large File to Emulator/SDcard with Eclipse DDMS


I know the question is already answered and accepted - but I solved this problem a different way. Sometimes, I'm not quite sure "why" but the ADB needs to be reset.

When your emulator is running, do the following:

  1. Go to DDMS
  2. Go to Devices under DDMS
  3. Select your running emulator so that its highlighted.
  4. In the top right hand corner of your devices screen there's a little "down arrow". Click it
  5. Hit the reset ADB option and do not be alarmed by the force quit red text in console window.

You should now be able to push files onto the system fine, as long as your SD card is set to a size that can handle it.

Hope this helps someone!


Can't add a comment so I guess I have to add this as an answer. Does it work if you try doing adb push filename /mnt/sdcard/ftp/new/ ?

If that doesn't work either, try doing a kill-server and start-server on the adb and maybe that'll work.


you can upload files to sdcard image using PassMark OSMount - just mount card image in read/write mode and it appears as harddisk in windows. Also much faster than uploading via adb/ddms


Just restart the your eclipse IDE.It will work perfectly.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号