3

I don't know how but the android studio changed the file hierarchy of my project...

see the image below.

This was the file hierarchy by now to changed to the 2nd picture

This type was proper the image that is above this line .

The image that is below this line was automatically created by the android studio.

This type is very hard to use..

How to change back to the older file hierarchy type??

Rajendran Nadar
  • 4,962
  • 3
  • 30
  • 51

2 Answers2

5

In left upper corner of Android Studio you need to change the project view to Android. Your current project view is Project.

See this image

Matej Špilár
  • 2,617
  • 3
  • 15
  • 28
1

Android Studio Project Structure (v.s. Eclipse Project Structure)

This link will help you to understand the folder structure of android studio. And all the new folder created in your project after compile it in android studio is all because of folder structure of android studio and dont worry it will never harm your project.

Community
  • 1
  • 1
Rishabh Mahatha
  • 1,251
  • 9
  • 19