addon to Darshan-JosiaBarber's wonderful answer
With Android-Studio-0.5.8, gradle -1.11 and android-tools.0.9. + you may also have a folder
for files to be copied relative to android apk root.
Example:
- The project file res / some / dir / file.txt will be copied to apk / res / some / dir / file.txt
- the assets of the project file /some/dir/file.txt will be copied to apk / assets / some / dir / file.txt
- project file resources /some/dir/file.txt will be copied to apk / some / dir / file.txt
This resources
folder is needed if you want to include *.properties
files used by cross-platform libs such as ical4j.
source share