Hello Sisinda The missing "source.properties" error is resolved on my side. However I get a compilation failure in "sis-metadata" module because of missing AndroidManifest.xml file. Is is the same file than the one added in "sis-utility" module? If yes, can we specify AndroidManifest.xml only once (e.g. in "src/main/android" directory) and set the path to it through the <androidManifestFile> configuration option as described in [1]?
Another question: the build creates an empty "core/sis-utility/src/main/res" directory. Which can of files are expected there? Is it automatically generated resources, or resources provided by the developer? Martin [1] https://stackoverflow.com/questions/26882484/possibilty-of-relocating-androidmanifest-xml-support-for-adt-plugin-in-eclipse
