Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

WindowsError 206 while extracting Android SDK #6

Open
breqdev opened this issue Dec 3, 2016 · 0 comments
Open

WindowsError 206 while extracting Android SDK #6

breqdev opened this issue Dec 3, 2016 · 0 comments

Comments

@breqdev
Copy link

breqdev commented Dec 3, 2016

While extracting the Android SDK, the following message appeared:
Traceback (most recent call last): File "android.py", line 69, in <module> main() File "android.py", line 40, in main install_sdk.install_sdk(iface) File "buildlib\rapt\install_sdk.py", line 258, in install_sdk unpack_sdk(interface) File "buildlib\rapt\install_sdk.py", line 124, in unpack_sdk interface.background(extract) File "buildlib\rapt\interface.py", line 255, in background f() File "buildlib\rapt\install_sdk.py", line 118, in extract zf.extractall(".") File "C:\Python27\lib\zipfile.py", line 1040, in extractall self.extract(zipinfo, path, pwd) File "C:\Python27\lib\zipfile.py", line 1028, in extract return self._extract_member(member, path, pwd) File "C:\Python27\lib\zipfile.py", line 1079, in _extract_member os.mkdir(targetpath) WindowsError: [Error 206] The filename or extension is too long: 'android-sdk-windows\\tools\\lib\\monitor-x86_64\\p2\\org.eclipse.equinox.p2.engine\\profileRegistry\\DefaultProfile.profile\\.data\\org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions'

There were no errors before this. Running on a Windows 10 PC, with Python 2.7.12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant