New Android studio project cannot see src folder

After reinstalling Android studio, I created a new project: MyapplicationProject

In Windows Explorer, I see all the folders:

  MyapplicationProject  
    \ Myapplication 
       \ libs  
       \ src  
        ...    

In android studio I do not see the src, libs, res! Folders

See http://img89.imageshack.us/img89/3880/owi7.png

When I import the old project ==> ok. I do not understand. I did not find project properties.

+4
source share
2 answers
  • File → Project Structure → Modules
    • Add button (Green Plus button) → New module selection
    • The window of the new module → Button "Change the path to the root" click the button "Select the root path of the project"
    • Apply to save changes and click "OK."

! [enter image description here] [1]

[1] http://i.stack.imgur.com/No6PS.png

0
source

If you are using the latest Android studio, you can change the view. see attached image Change view from drop-down list

0
source