简体   繁体   English

为什么运行此应用程序时出现“找不到文件”错误?

[英]Why am I getting file not found error when I run this app?

Can any tell me why I found this error 有谁能告诉我为什么我发现这个错误

Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > java.io.FileNotFoundException: 
G:\andriodproject\MyApplication2\app\libs\picasoo-2.5.2.jar (The system cannot find the file specified)

Make sure that picasoo-2.5.2.jar remains in directory. 确保picasoo-2.5.2.jar保留在目录中。 If you found it, you can try to Upgrade build tools build gradle version with. 如果找到它,则可以尝试使用升级构建工具来构建gradle版本。

dependencies {
    classpath 'com.android.tools.build:gradle:2.3.3'
            }

and clear project 清晰的项目

Using the path of 使用的路径

G:\\andriodproject\\MyApplication2\\app\\libs\\picasoo-2.5.2.jar G:\\ andriodproject \\ MyApplication2 \\ app \\ libs \\ picasoo-2.5.2.jar

the file of 的文件

picasoo-2.5.2.jar picasoo-2.5.2.jar

was not found. 没有找到。 The file with this name might be missing or privilege to one or more folders in the path might be missing. 具有该名称的文件可能丢失,或者路径中一个或多个文件夹的特权可能丢失。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么在运行应用程序时出现此错误? - Why am I getting this error when I run my app? 运行我的应用程序时,为什么会出现“由于APK文件无效导致安装失败!”的提示? - Why am I getting “Installation failed due to invalid APK file!” when I run my app? 为什么在Android的ExifInterface上出现File not found错误? - Why am I getting File not found error for ExifInterface with Android? 当我尝试运行Facebook SDK的示例时,我收到无效的Apk文件错误 - when i am trying to run samples of Facebook SDK I am getting Invalid Apk file error 我正在使用 ImageSwitcher。 当我运行该文件时,出现以下错误: - I am using ImageSwitcher. When I run the file I'm getting the following error: 运行 Android 应用程序时出现错误:app: dataBindingMergeDependencyArtifactsDebug - I am getting error when I run the Android application: app: dataBindingMergeDependencyArtifactsDebug 为什么我会收到默认的 Activity not found 错误? - Why am I getting a default Activity not found error? 为什么在Cordova Firebase插件中找不到AbstractSafeParcelable错误 - Why am I getting AbstractSafeParcelable not found error in Cordova Firebase plugin 为什么我收到错误没有为 MediaController(ClassNAme) 找到合适的构造函数? - Why I am getting an Error No suitable constructor found for MediaController(ClassNAme )? 为什么在 Flutter 运行后出现此错误? - Why I am getting this error after Flutter Run?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM