Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

引擎编译不通过问题,错误码如下 #129

Open
a4194336112 opened this issue Jul 5, 2017 · 4 comments
Open

引擎编译不通过问题,错误码如下 #129

a4194336112 opened this issue Jul 5, 2017 · 4 comments

Comments

@a4194336112
Copy link

你好,按照步骤下载源码后编译不通过,错误:Error:No such property: metadataCharset for class: org.gradle.api.tasks.bundling.Zip_Decorated,请问这种情况如何解决?

@sandy1108
Copy link
Collaborator

看一下gradle版本。

@cxszhao
Copy link

cxszhao commented Dec 27, 2017

我也出现了这个问题,请问gradle应该是什么版本的?

@sandy1108
Copy link
Collaborator

gradlewraper的配置中版本可以设置为2.14.1
com.android.tools.build:gradle设置为2.2.2
理论上没问题。

@sandy1108
Copy link
Collaborator

如果想要用高版本的gradle。可以尝试使用试验阶段的appcan引擎编译插件,如下配置:

依赖方法:
repositories {
maven {
url uri('https://raw.githubusercontent.com/android-plugin/mvn-repo/master/')
}
}
dependencies {
classpath "org.appcan.gradle.plugins:appcan-gradle-plugin:2.0.0"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants