IntelliJ Android Studio IDE is much different than Eclipse ADT, so much to learn and unlearn. You may have noticed that there is no assets folder that you would usually find under the project while working with eclipse ADT, in Android Studio you got to create it, let's see how it has to be done,
- Navigate to Packages,
- You will see app as the root folder, right click on it and select: New -> Folder -> Assets Folder,
- You would get a Dialog: Create a source root for assets that will be included in APK. Target Source Set: main
- Click Finish.
- Now move back to Android Project view, you should be able to see the assets folder now



This is not an AI-generated article but is demonstrated by a human.
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!