Reputation: 346
I need to add some files to my android/assets
folder of my project however, it isn't there ? I may have accidentally deleted it without knowing.
how do I create the assets folder
?
Upvotes: 0
Views: 257
Reputation: 22945
Android studio doest provide ASSETS folder by default
you have to create it from
For the Android plugin, extra files and folders specific to Android: AndroidManifest.xml res/ assets/ aidl/ rs/ jni/ jniLibs/
Please read where to place asset folder
Upvotes: 1