Android Question add folder to the project assete

yaniv hanya

Active Member
Licensed User
I have a folder that contains hundreds of folders and files (it's a book that is divided into chapters and paragraphs) and I want to add all the folder to the files folder of the project but the IDE only gives me the option to add a file and not an entire directory.
Is there a way to do it all at once?
 

watesoft

Active Member
Licensed User
Longtime User
it does not work for me.
I manage to drag and drop files but not a folder
yaniv hanya,Sorry,it's my mistake. you only copy your folder to the files folder of your project,all is ok, like the test example. I have 2 subfolders (name "a" and "b") in "ab" folder.
 

Attachments

  • test.zip
    9 KB · Views: 147
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
I have a folder that contains hundreds of folders and files (it's a book that is divided into chapters and paragraphs) and I want to add all the folder to the files folder of the project but the IDE only gives me the option to add a file and not an entire directory.
Is there a way to do it all at once?
simply enter the file manager apple resource folder and copy your folder. at the time of compilation it will be inserted in the resources
 
Upvote 0
Top