简体   繁体   English

我如何找出我的项目的保存位置?

[英]How Do I Find Out Where My Project is Saved?

I know that this is a simple question but I am having a problem finding where my project is saved.我知道这是一个简单的问题,但我在查找项目的保存位置时遇到了问题。 I recently updated my Android Studio version and now that I have created a new project I do not know where the project files are being saved.我最近更新了我的 Android Studio 版本,现在我创建了一个新项目,我不知道项目文件保存在哪里。

Does anyone have suggestions?有没有人有建议?

And also you can right click on the project and click show in explorer , 您也可以右键单击该项目并单击show in explorer

Edit: As Matt suggested, you can use copy path also, 编辑:正如马特建议的那样,你也可以使用复制路径,

Note: I am talking about Windows 注意:我说的是Windows

在此输入图像描述

The path to the project is shown in the title bar of the Android Studio IDE window: 项目的路径显示在Android Studio IDE窗口的标题栏中:

Android Studio

In the above screenshot, the path is shown in square brackets after the application name ( [/tmp/MyApplication] ). 在上面的屏幕截图中,路径显示在应用程序名称( [/tmp/MyApplication] )之后的方括号中。

On MacOS with Android Studio 4.2.1 (and possibly earlier) the project path no longer shows in the Android Studio IDE window.在带有 Android Studio 4.2.1(可能更早版本)的 MacOS 上,项目路径不再显示在 Android Studio IDE 窗口中。 I used to get the path from there.我曾经从那里得到路径。 Also, there is no "Copy Path" or "Show in Explorer" on MacOS.此外,MacOS 上没有“复制路径”或“在资源管理器中显示”。

However, we can see it when we go to the project view, as you can see in this screenshot below.但是,我们可以在转到项目视图时看到它,如下面的屏幕截图所示。 项目路径

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

相关问题 如何找出应用程序将我的可变位图保存在哪里 - How do find out where the app saved my mutable bitmap FileOutputStream将我的简单文件保存在哪个目录中(Android)? 我如何确定它是否已保存? - What directory will FileOutputStream save my simple file in(Android)? How do I find out if it has saved? 我在哪里可以找到项目中的proguard.cfg? - Where do I find proguard.cfg in my project? 在哪里可以找到保存在android上的文件? - Where do I find a file I saved on android? 我如何找出自 SQLite 表中保存的日期以来已经过去了多少天? - How do I find out how many days have passed since the date saved in the SQLite table? 如何确定我当前的版本是否已签名? - How do I find out if my current build is signed? 我如何找出为什么设备与我的应用程序不兼容 - How do I find out why a device is not compatible with my app 如何在我的 android 工作室项目中找到根视图? - how do i find the root view in my android studio project? 在我的项目中哪里可以找到project.properties? - Where can I find project.properties in my project? 如何确定我的活动是否由我自己的应用程序的活动启动? - How do I find out if My activity was started by an Activity of my own app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM