PangoSea
PangoSea
support more than one sqllite databases,please。。。
确实是,现在这个问题挺烦的。
@dwdegithub ,你是否添加了mavencenter和jcenter,jcenter虽然已经关闭了,但是目前,这个包好像只在jcenter上,或者,你用一下阿里巴巴的jcenter镜像和maven镜像也OK。阿里巴巴比较靠谱
@Xiaxiangjing 类似这样用 ```xml ``` 这里需要外面包一层。
@Felix1030 ,降低版本试试,使用2.0.0版本的横向滑动,而非2.0.1.
```Gradle def module_list = [ project("xxxxxxx"), ] def path_suffix = '/src/main/java' task sourceJar(type: Jar) { def source_dirs = [] module_list.forEach { source_dirs.add(it.getProjectDir().absolutePath + path_suffix) } from source_dirs archiveClassifier = "sources"...
> a if it works, then it is not a problem. just a warning.
> Did you find a solution? it works.
> ~先Mark,有空研究下能不能用。~ > > 有办法把依赖的三方库也合并到aar中吗? @dyguests 这个方法不行,只能包含源码