Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJennifer Schwilling
3,103 PointsError installing android studio "path too long" Windows 10
About 95% of the way through extracting I get an error message: Error 0x80010135: Path too long
1 Answer
Pauliina K
1,973 PointsHey! In windows the file path length cannot be longer than 260 characters, so this error message simply means that you've reached the limit. For example:
C:\programs\folder\folder\folder\folder\folder\folder\folder\folder\ etc.. or you just have too long names, for example if you have a long username or the files have long names.
Try to move it somewhere else and put it as "soon" as you can in the path, like C:\Users\username\Downloads, and if even that is too long try just extracting it in C:\ directly. Let me know how it goes!
Jennifer Schwilling
3,103 PointsJennifer Schwilling
3,103 PointsThank you! I'm up and running. =)
Pauliina K
1,973 PointsPauliina K
1,973 PointsAwesome! Good luck!