无法解决:redstone.xmlrpc:xnlrpc:1.1.1

时间:2017-11-11 05:26:23

标签: android gradle android-gradle

我正在尝试构建一个使用wordpress-java Lib 的Android应用来从我的网站获取数据。

的build.gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 26
defaultConfig {
    applicationId "com.techedelicminds.techedelicminds"
    minSdkVersion 19
    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'
    }
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'net.bican:jwordpress:0.7.0'
}

正如您所看到的,我在build.gradle中有正确的编译代码,但错误"Failed to resolve: redstone.xmlrpc:xmlrpc:1.1.1"仍在继续显示,尽管我付出了最大的努力,但我找不到互联网上遇到此问题的其他任何人问题,任何帮助将不胜感激。

0 个答案:

没有答案