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 has been archived by the owner on Jan 10, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: