我有一个Android Studio项目,其中我有多个模块,这些模块中的每一个取决于共享模块。让我们说这个共享模块有一个xml文件调用sample.xml

当我使用Navigate搜索打开文件 – > Files …并键入“sample.xml”,我会得到

>共享/ src / main / res / values / sample.xml

> ModuleA / build / intermediatees / exploded-arr /…/ res / values / sample.xml

> ModuleB / build / intermediateates / exploded-arr /…/ res / values / sample.xml

> ModuleC / build / intermediateates / exploded-arr /…/ res / values / sample.xml

> ModuleD / build / intermediateates / exploded-arr /…/ res / values / sample.xml

… …

由于生成文件夹中的文件,我们不应该编辑它们,因此没有理由要将它们包括在我的搜索结果中。有没有我可以排除他们?

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐