开发者

How share a library on Android

开发者 https://www.devze.com 2023-02-27 17:46 出处:网络
I want to build a java library with some useful things I done to Android. Just like my other project: https://github.com/MarkyVasconcelos/Towel

I want to build a java library with some useful things I done to Android. Just like my other project: https://github.com/MarkyVasconcelos/Towel

My question is, what is the best way to share a library on Android?

Source codes from a ent开发者_如何学编程irely Android project(res, src, Manifest, etc..)? Only source codes(.java)? A generated jar with the 'src' folder?

Thanks.


I'd distribute an Android library project. I have several such projects in my various GitHub repositories -- those links are just three of 'em.


Although never done myself I think you have to provide an Android Library Project if your library contains android specific content.

0

精彩评论

暂无评论...
验证码 换一张
取 消