scholar-ink / weex-image-picker

14 stars 5 forks source link

compile 'org.weex.plugin:imagepicker:0.0.3' #2

Open xiujianyao opened 6 years ago

xiujianyao commented 6 years ago

这么写安卓报错怎么回事

scholar-ink commented 6 years ago

你好,报什么错呢?

xiujianyao commented 6 years ago

Error:A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugApkCopy'. Could not find com.github.LuckSiege.PictureSelector:picture_library:v2.1.7. Required by: project :app > org.weex.plugin:imagepicker:0.0.3

scholar-ink commented 6 years ago

在build文件里面加入

allprojects {
    repositories {
      ...
        maven { url 'https://jitpack.io' }
        ...
    }
}
xiujianyao commented 6 years ago

已经加啦,但还是这样

scholar-ink commented 6 years ago

@xiujianyao 可以截图给我看一下吗?我这边测试是ok的噢