I wanted to inquire what the difference was between the default.properties and project.properties files in an Android project. Tried googling it but no proper answers. Thanks!
I wanted to inquire what the difference was between the default.properties and project.properties files
Share
default.properties which is the main project’s properties file containing information such as the build platform target and the library dependencies has been renamed project.properties.For more see a link:project.properties in android project