Where to place the 'assets' folder in Android Studio?

后端 未结 22 3326
醉酒成梦
醉酒成梦 2020-11-22 01:59

I am confused about the assets folder. It doesn\'t come auto-created in Android Studio, and almost all the forums in which this is discussed talk about Eclipse.

22条回答
  •  遥遥无期
    2020-11-22 02:31

    First of all the "Assets" folder will not be created automatically with the project. We have to create it.

    The location of Assets folder is: App > src > Assets

    Please have a look of the simple image below.

    Note: For creating assets folder just click on Project => Right click => Select New => Folder => Assets. It will create Assets folder.

提交回复
热议问题