简体   繁体   English

是否有可能在android studio项目中找到上次修改日期?

[英]Is it possible to find out last modified date in android studio project?

I an had exam in Android App development in my university. 我在大学里参加过Android App开发考试。 It was a home exam and we had 5 days for our projects. 这是一次家庭考试,我们的项目有5天的时间。 Deadline was last Friday and I delivered the wrong project with almost same name. 截止日期是上周五,我用几乎相同的名称提交了错误的项目。 Now I have to send complaint for exams office and explain that I actually had made project until the deadline. 现在,我必须向考试办公室投诉,并解释说我实际上是在截止日期之前进行了项目。

So I was wondering is it possible to find out last modified date that I could use as a clue or evidence that I have made my project at the right time and that other project I have sent was by mistake. 所以我想知道是否有可能找到我可以用作线索或证据的上次修改日期,以证明我在正确的时间完成了我的项目,而我发送的其他项目是错误的。

  1. Right click on your project in project structure on the left, then 右键单击您的项目在项目结构上左方,再

    Local History -> Show History 当地历史->显示历史

  2. If you want to show history only for src folder , click on it then 如果您只想显示src文件夹的历史记录,请单击它,然后

    Local History -> Show History 当地历史->显示历史

... the same for layout folder ...布局文件夹相同

  1. Or 要么

    VCS -> Local History -> Show History VCS- >本地历史记录->显示历史记录

右键单击项目src,然后转到“本地历史记录”,然后显示“历史记录”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM