Packaging Android resource files within a distributable Jar file

后端 未结 9 2285
自闭症患者
自闭症患者 2020-11-28 18:26

I am working on some reusable Android code that I would like to distribute to other developers for use within their own applications. The code has some resource dependencies

9条回答
  •  情歌与酒
    2020-11-28 18:55

    Hi i think this is a late response but still i just what to inform about AAR

    Android ARchive - this file can hold your res and manifest files, so that the other develop can just import the aar to their project and compile their code.

    This way we might get Manifest merge errors, the fix for it to use replace property in your manifest and this should be checked before distribution.

提交回复
热议问题