Android Studio dosn't show folder in the project window tree

Viewed 21

i try to create simple folder i can see it created on disk but can't see it in the project desplay did all the synch and and reload from disk things :

enter image description here

and the jni directory exsist on disk
enter image description here

1 Answers

That's because you are seeing android related files. You can change that by clicking on Android (on top of the files tree, in your first screenshot) and selecting Project

Related