While extracting adt-bundle-windows-x86_64-20140702 this error from windows 8

泪湿孤枕 提交于 2019-11-30 20:08:52

To further simplify the answer to this: the reason that you want to extract it to C: is that if you extract it to somewhere else (like you desktop) you will be adding characters to the file name. If you extract it as it is to the desktop, it will add "C:/users/username/desktop/adt-bundle-windows-x86_64-20140702" to the paths of all of the files and put you at risk for exceeding the max path name size. If you do it straight to C: (or any drive) and give it a short name like android, you will only add C:/android to the path.

Had this same issue and no matter how I extracted it, tried to rename stuff, etc. I kept getting the error. I thought opening the archive (in WinRAR) and dragging out the subfolders inside the adt-bundle.... folder would reduce the character count but I kept getting the error. On a whim, I tried just right-clicking the archive, choosing Extract files... and selecting the C: drive (essentially what I was already trying to do by dragging the folder) and.... it worked!! Looks like whatever WinRAR does when you drag files to extract is different than using the Extract files... option.

Just wanted to put this here in case others run into the same issue.

You can use 7-Zip to extract the file instead of the built-in Windows utility. 7-Zip will allow you to extract the file to anywhere on your machine.

This is a known problem on Windows 7 and Windows 8. See Issue 72539: eclipse adt bundle windows 7 64 bit will not unzip on the Android Issue Tracker.

This is a problem with WinRAR. There are two solutions:

  1. Right click on archive - Open with - Windows Explorer - drag&drop files to any folder.
  2. Open archive with WinRAR - Rename folder from adt-bundle-<os_platform> to adt-bundle - drag&drop files to any folder.

My solution:

  1. Move the archive to the root of your hard disk, like C:\
  2. Rename the archive to adt.rar (strip the rest of the filename)
  3. Rename the folder inside the archive also to adt (open the archive and rename the root directory)
  4. Extract to anywhere you want

Info: The problem wasn't the destination path name, it was the source path name.

Ruma Pal

I am using the ADT for Windows 7 on a 64 bit machine. I received this error a few times while trying to extract as well.

I resolved this by creating a folder in the C drive - C:\ADT and extracting to this location. I was able to extract without any further errors.

just click "extract to" instead of drag&drop archive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!