Android Studio : Exclude files in build folder from search result

后端 未结 6 2605
忘掉有多难
忘掉有多难 2020-12-13 05:34

I have an Android Studio project in which I have multiple modules, each of those module depending on a share module. And let\'s say that this share module has an xml file ca

6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-13 06:18

    Android Studio -> Appearance & Behavior -> Scopes -> + -> add scope -> local -> set a custom name & set Pattern

    !file:*intermediates*/&&!file:*generated*/&&!file:R.java

提交回复
热议问题