Android Studio : Exclude files in build folder from search result

后端 未结 6 2602
忘掉有多难
忘掉有多难 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:07

    Had the same issue. Found that these 'build' folders were marked as sourceFolder in the module's .iml file.

    Removing all such entries fixed the problem

    
    

提交回复
热议问题