ため、このエラーは、私は私のproject
実行は、タスクに失敗しました「:アプリ:compileDebugJavaWithJavac」MD5ハッシュをファイル
- で間違って起こっていたことではないん
other
に
one
システムから移動後のプロジェクトを引き起こし私もClean
私たちのプロジェクトだけど何も起こりません。私libs
フォルダから - 私もき
removed
依存関係が
- これは私の
buil.gradle
です3210
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "com.app.poolblockchain"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/DEPENDENCIES'
}
sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/']
} }
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2',
{
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:design:26.0.0-alpha1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile 'com.android.volley:volley:1.0.0'
compile 'io.jsonwebtoken:jjwt:0.6.0'
compile 'com.intuit.sdp:sdp-android:1.0.4'
compile files('src/main/java/libs/httpclient-4.3.6.jar')
compile files('src/main/java/libs/httpcore-4.3.3.jar')
compile files('src/main/java/libs/httpmime-4.3.jar')
compile 'id.zelory:compressor:1.0.4'
}
androidSDKマネージャを確認し、それは私に別の '' ERROR' httpcore-4.3.3.jar' –
@IntelliJAmiyaをインストール@NikolaLukicは私に 'plugwがない' donwload'に行かなければならないステップを再現することができますns' –
を与え、この後に行方不明のlibs、アンドロイドのAPI版、ツール等... –