weex
Posted 土豆何必为难土豆
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了weex相关的知识,希望对你有一定的参考价值。
打包:
下载依赖太慢解决办法:
在build.gradle中设置国内镜像:
buildscript {
repositories{
maven{
url ‘http://maven.aliyun.com/nexus/content/groups/public/‘
}
...
}
...
}
以上是关于weex的主要内容,如果未能解决你的问题,请参考以下文章