Error: File path too long on windows, keep below 240 characters(错误: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 个字符以下的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:错误:Windows 上的文件路径太长,请保持在 240 个字
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01