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.
How can the Assets directory be configured in Android Studio?
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.
How can the Assets directory be configured in Android Studio?
Select the
app
folder and then:File
>New
>folder
>assets Folder
,the default location is inside
/main
folderHi it very simple, first of all, assets folder will not create automatic with the project. we need to create it.
The location of Assets folder is:- App->src->assets
please have a look of two simple images:enter image description here
Note: for craeting assets folder just click on project right click select NEW then folder then Assets, it will create assets folder.
Click over main → new directory → directory name "assets"
Two ways 1. select app/main folder, Right click and select New => Folder => Asset Folder It will create 'assets' directory in main
File > New > folder > assets Folder
If you tried all your bullets in this thread in vain try cleaning your project . In my case it only worked after
Projet
->clean