无法解析其他包中的公共类

时间:2016-06-23 17:55:03

标签: java android android-studio

我在一个软件包中创建了名为“KeyClass”的公共类,并希望将其导入另一个软件包,但Android Studio无法解析它。

Here's KeyClass class

And Android Studio cannot resolve it, in another package

1 个答案:

答案 0 :(得分:0)

我解决了问题 - 它是关于依赖性的。删除了maven中央依赖并添加:

compile project(':rncryptor-native')