Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide unnecessary folders and files from project panel, in Android Studio

When we create a project in Android Studio there will be many files and folders that not necessary to deal with them while coding.I want to hide it from the project panel and look clean.

  • How can I hide selected folders and files from the project panel and show them only when I need it?

I want to hide selected folders below, and get them back when needed: enter image description here

like image 489
Fuad Saneen Avatar asked Jun 12 '21 12:06

Fuad Saneen


1 Answers

What you can do is to mark the directory as Excluded:

enter image description here

and then disable the option to show them:

enter image description here

or... you can play around with scopes in IntelliJ and select that instead of "Project".

like image 161
oziem Avatar answered Oct 03 '22 17:10

oziem