导入org.apache.commons.text不起作用

时间:2019-02-05 04:31:14

标签: android apache stringescapeutils

我正在尝试在Android Studio项目中使用Apache commons-text 1.6库。我已经在gradle文件中包含了它及其commons-lang3 3.8.1依赖关系,如下所示:

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'org.json:json:20180813'
    implementation 'org.apache.commons:commons-lang3:3.8.1'
    implementation 'org.apache.commons:commons-text:1.6'
}

但是我的导入语句,例如:import org.apache.commons.text.translate.LookupTranslator;无法正常工作-根据下面的屏幕截图,无法识别导入路径中的“文本”。

Screen shot

0 个答案:

没有答案