将android库上载到Bintray时程序包不存在错误[JSOUP]

时间:2018-11-12 07:41:12

标签: android android-studio jsoup android-library bintray

我创建了一个依赖于JSOUP的android库。我的库正在编译并成功运行,但是当我尝试使用gradlew clean bintrayUpload命令将其上载到Bintray时,它给了我

  

错误:包org.jsoup.nodes不存在,导入org.jsoup.nodes.Document;

下面是我图书馆的build.gralde。

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'org.jsoup:jsoup:1.11.3'
}

0 个答案:

没有答案