Android Studio无法识别导入的项目库模块中所做的更改

时间:2017-07-05 14:21:42

标签: java android module libraries zxing

我已经下载了ZXing核心源文件,并使用这些源文件创建了一个新项目。然后我将这个项目作为一个新模块导入到我的主项目中。

这个工作正常,它编译并运行顺利。

但是,当我尝试更改导入项目中的某些代码(例如创建新方法)时,IDE在编译时没有检测到任何错误,但是当我运行应用程序时,它表示不存在这样的方法。

Here is a screenshot of the error I get when I tried adding and calling a method called please() within the imported project

Here is a screenshot of the actual method I added to the imported project

我在主要应用程序中调用了以下内容:

Log.i(TAG, "" + Decoder.please());

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

您是否尝试过清洁和重建项目?还要关闭Android Studio并重新打开?

只需回答,OP就可以选择最佳答案并关闭问题