Hello Martin > 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]? Yes we can use the same file so that would be a convenient method. I'll look through it.
> 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? Developers can put resource files, such as images, in the res directory. When compiling, those files also will be included in the compiled output. Here is a detailed information about the resources in res folder. https://developer.android.com/guide/topics/resources/overview.html -- Sisinda
