错误:任务':app:compileDebugJavaWithJavac'执行失败。
java.io.FileNotFoundException:/app/libs/perfectjpattern-core-1.0.0.jar(没有这样的文件或目录)
我知道我需要安装JAR。如果不做出改变,我不明白这种情况是怎么来的。可能是因为新的Android Studio? Prew正在使用2.1.alpha4
gradle这个
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "xxxxxxxxxx"
minSdkVersion 21
targetSdkVersion 23
versionCode 11
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
.....
compile files('libs/perfectjpattern-core-1.0.0.jar')
.....
}
答案 0 :(得分:0)
我安装了jar文件以找到解决方案。 我不知道JAR文件是如何丢失的。 谢谢