简体   繁体   中英

Not showing Project Folder Structure in android studio

I have an open source project.

After I have opened it, I did not find the project folders and files, which are on the left side of the screen:

在此处输入图片说明

What do I do to show the Project Folder Structure?

Android Studio creates the necessary structure for all your files and makes them visible in the Project window on the left side of the IDE (click View > Tool Windows > Project ). This page provides an overview of the key components inside your project.

Go to View => Tool Windows => Project.

在此处输入图片说明

转到文件>>使缓存无效/重新启动..然后你的android studio重新启动并自动显示这个项目结构试试这个它真的帮助我解决同样的问题..

View -> Apprearance -> Tool Windows Bars

Helped me to bring back the project panel, resource manager, Buildvariants, favorite, structure at the left side of the window and TODO, Version Control, Logcat, Build, Terminal at the bottom of the window .

I don't know how it got disappeared, maybe pressing the keys by mistake. But this helped me out.

Android Studio Version:
Android Studio 4.0 Build #AI-193.6911.18.40.6514223, built on May 20, 2020 Runtime version: 1.8.0_242-release-1644-b01 amd64

您可以按Alt + 1折叠/展开项目文件结构。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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