It is not easy to add 'assets' folder in Android Studio, today we learn how to add 'assets' folder in Android Studio.
In Android Studio you got to create it, lets see how it has to be done:
1. Navigate to Packages
2. You would see app as the root folder, right click on it and select : New -> Folder -> Assets Folder
3.You would get a Dialog : Create a source root for assets which will be included in APK. Target Source Set : main
4. Click Finish
5. Now move back to Android Project view, you should be able to see the 'assets' folder now
Hope it helps, Enjoy (Y)
In Android Studio you got to create it, lets see how it has to be done:
1. Navigate to Packages
2. You would see app as the root folder, right click on it and select : New -> Folder -> Assets Folder
3.You would get a Dialog : Create a source root for assets which will be included in APK. Target Source Set : main
4. Click Finish
5. Now move back to Android Project view, you should be able to see the 'assets' folder now
Hope it helps, Enjoy (Y)
No comments:
Post a Comment