|通过Android Studio发布开源库
1)通过JFrog Bintray平台发布
http://blog.csdn.net/hejjunlin/article/details/52452220
http://blog.csdn.net/yanzhenjie1003/article/details/51672530 (十分详细)
http://www.w2bc.com/article/196530 (也比较的详细)
http://www.jcodecraeer.com/a/anzhuokaifa/Android_Studio/2015/0227/2502.html (如何
include)
一个很坑爹的问题:http://stackoverflow.com/questions/39400451/how-to-publish-android-library-to-jfrog-bintray,repo 指的并不是仓库的类型,而是你在bintray上创建的仓库的名字。
http://blog.csdn.net/linhh90/article/details/50510725
2)通过JitPack平台发布Github开源项目,生成Compile链接。 (推荐)
http://www.jianshu.com/p/f1b2ad4c507a
需要注意JitPack可能会有缓存,导致你的compile链接不对,需要重新登录一下。
--->关于JitPack发布开源项目的坑:
1)ShareOn Github一定不要开VPN
2) 缓存十分的严重,把github上的库删除了,重新上传,如果名字一样会出现各种问题。
3)share项目到github上后,要建立一个release,否则jitpack无法生成compile链接。
|Github Readme.md文件编辑
http://blog.csdn.net/kaitiren/article/details/38513715
http://www.cnblogs.com/leechanx/archive/2013/03/25/3322616.html
本文出自 “行意天下” 博客,请务必保留此出处http://4259297.blog.51cto.com/4249297/1892690
原文:http://4259297.blog.51cto.com/4249297/1892690