请问大家,这个运行为什么报错了,看样子是仓库访问不了的问题, 但是里面的com.taobao.android:weexplugin-gradle-plugin这个插件哪里才能下载啊,找了很多仓库都没有这个东西。weex run android一直都是跑不了??
=> Will start Android app
============build config============
AppId=>com.alibaba.weex
AppName=>WeexApp
SplashText=>Hello
Weex
WeexBundle=>index.js
if you want to change build config.please modify android.config.json
=> Building app ...
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not resolve com.taobao.android:weexplugin-gradle-plugin:1.1.3-SNAPSHO
T.
Required by:
:android:unspecified
> Could not resolve com.taobao.android:weexplugin-gradle-plugin:1.1.3-SNAP
SHOT.
> Unable to load Maven meta-data from http://mvnrepo.alibaba-inc.com/mv
n/repository/com/taobao/android/weexplugin-gradle-plugin/1.1.3-SNAPSHOT/maven-me
tadata.xml.
> Could not GET 'http://mvnrepo.alibaba-inc.com/mvn/repository/com/t
aobao/android/weexplugin-gradle-plugin/1.1.3-SNAPSHOT/maven-metadata.xml'.
> Connect to mvnrepo.alibaba-inc.com:80 [mvnrepo.alibaba-inc.com/
100.81.136.25, mvnrepo.alibaba-inc.com/100.81.136.31, mvnrepo.alibaba-inc.com/11
.238.157.114] failed: Connection timed out: connect
> Could not resolve com.taobao.android:weexplugin-gradle-plugin:1.1.3-SNAP
SHOT.
> Unable to load Maven meta-data from http://mvnrepo.alibaba-inc.com/mv
n/snapshots/com/taobao/android/weexplugin-gradle-plugin/1.1.3-SNAPSHOT/maven-met
adata.xml.
> Could not GET 'http://mvnrepo.alibaba-inc.com/mvn/snapshots/com/ta
obao/android/weexplugin-gradle-plugin/1.1.3-SNAPSHOT/maven-metadata.xml'.
> Connect to mvnrepo.alibaba-inc.com:80 [mvnrepo.alibaba-inc.com/
100.81.136.25, mvnrepo.alibaba-inc.com/100.81.136.31, mvnrepo.alibaba-inc.com/11
.238.157.114] failed: Connection timed out: connect
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 2 hrs 15 mins 17.758 secs
我也遇到了同样的问题 请问你最终有没有解决