赞
踩
如果项目中文件夹中显示某个文件,但是AndroidStudio中不显示,一般的情况下是进行了忽略处理。如果想显示出来可以把忽略进行移除。
Android项目提交代码时一般忽略的文件:
1、.idea文件夹
2、所有的build文件夹
3、所有的.iml文件
4、local.properties文件。
方式一:版本3.6之前 File >>> setting >>> version control >>> ignored file
版本3.6之后 File ->setting->editor->File Types
版本Arctic Fox (Patch 3):
File ->setting->editor->File Types(Ignoreed Files and Folders)
(点击加号增加忽略的文件或者文件夹,红框内为新增内容)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。