错误:Windows 上的文件路径太长,请保持在 240 个字

Error: File path too long on windows, keep below 240 characters(错误:Windows 上的文件路径太长,请保持在 240 个字符以下)
本文介绍了错误:Windows 上的文件路径太长,请保持在 240 个字符以下的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,我对 build.gradle(app) 文件进行了一些更改,android studio 给了我这个错误(在新选项卡中打开图像以便更好地查看):

So, I made some changes to my build.gradle(app) file and android studio gives me this error (open the image in new tab for better viewing):

我的 build.gradle(app) 文件(这不是编辑后的文件,我删除了新的代码行,但仍然没有运气/解决方案.):

My build.gradle(app) file (this is not the edited file, I deleted new lines of code and still no luck/solution.):

在我对 build.gradle(app) 文件进行一些更改之前,一切都运行良好,但后来我删除了那些新的代码行,android studio 仍然不断给我错误.该错误与compile 'com.google.android.gms:play-services:8.3.0'有关.我曾尝试删除/重命名指定文件夹中的那些 png 图像,但是当我重建项目时,会自动下载 png 图像.我的 build.gradle(project) 文件包含 classpath 'com.android.tools.build:gradle:1.5.0'.我想知道是什么导致了这个错误,以及如何解决它?非常感谢.

Everything was quite working well until I made some changes in the build.gradle(app) file, but then I deleted those new lines of codes and android studio is still keep giving me the error. The error relates to the compile 'com.google.android.gms:play-services:8.3.0'. I have tried deleting/renaming those png images inside the stated folder,but then when I rebuild the project, the png images are automatically downloaded. My build.gradle(project) file contains classpath 'com.android.tools.build:gradle:1.5.0'. I want to know what causes this error, and how to fix it? Many thanks.

推荐答案

我刚刚遇到了同样的问题.我不知道您的确切问题的解决方法,但我找到了解决方法;我看到你的项目有一个很深的文件路径层次结构.为什么不把你的项目从较低的层次上移呢?

I just ran into the same issue. I don't know a fix for your exact problem, but I found a work around; I see your project has a deep file path hierarchy. Why not just move your project up from a lower level?

例如:C:ProjectsYourProject

这解决了我的问题.

这篇关于错误:Windows 上的文件路径太长,请保持在 240 个字符以下的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)