This article will show you how to Open, Close or Save android studio project. It will also show you how to browse project folder or file’s physical hard disk directory in android studio.
1.How To Open Android Studio Project.
- You can open recent android project in Welcome to Android Studio window Recent Projects list panel.
- You can also click ” File —> Open Recent ” menu in android studio top menu bar to open recent projects.
- If your project dose not exist in recent projects list. Then you can click Open an existing Android Studio project link to find the exist project location. You can also click ” File —> Open ” menu in android studio top menu bar to achieve this.
- After above action, a window named as Open File or Project will popup. You should browse to the existing android studio project saved directory then select one. Below example has two existing projects, select one and click OK button.
- Then you can see your existing project files listed in left panel project view.
2. How To Close, Save Android Studio Project.
- To close project you need click ” File —> Close Project ” menu in top menu bar.
- To save project, you need to click ” File —> Save All ” menu in top menu bar.
3. How To Open Project Saved Directory In Hard Disk Directly.
- If you want to browse project saved directory in hard disk directly in android studio, you can right click any item in project view list tree, then click Show in Explorer or Directory Path menu in popup menu list.
- If you click Show in Explorer menu, it will open a windows file explorer which include the selected item. In above example we choose to show app / build folder’s hard disk physical directory. Then you can see below folder path.
- If you click Directory Path menu, it will popup a directory list for you to choose which directory in the directory path that you want to explore. You can select your desired directory and click it to explore.