-
Notifications
You must be signed in to change notification settings - Fork 122
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
适配AS3.0.1相关问题 #136
Comments
升级新版本gradle之后,调试工程可能还会报错,提示uexFileMgr的aar中的一些资源找不到,目前看起来他去寻找的是test的资源,暂时没找到错误原因。如果仅仅是为了修改引擎代码的话,可以把下面代码注释掉:
这个仅仅是调试使用,去掉之后由于appcan.js需要用到uexFileMgr,可能的原因就是在Run工程的时候,测试case无法正常使用。但是编译出的引擎包是无影响的。 |
降级gradle(快速解决方案)修改Engine/gradle/wrapper/gradle-wrapper.properties,其中版本改为2.14.1;其他部分维持原状即可编译通过。 |
占楼用于更新。 |
如何支持其他架构下的so呢 |
@huihuabao123 其他架构的so,没有特殊要求的话,我们一般不建议使用,因为涉及到项目中其他引用的插件的so都需要提供相应的架构,第三方库也一样,复杂度较高。如果真的需要的话,只需要找全所有用到的so,加进来就行了。 |
现在4.4+的引擎已经可以支持v7和64位的so架构了。公共插件也已经升级并适配。 |
适配AS3.5.0的issue: |
依赖新版AppCanGradle插件(beta版)
修改Engine/gradle/wrapper/gradle-wrapper.properties,其中版本改为4.1;
修改Engine/build.gradle文件中。其中,repositories增加一个github的maven库,dependencies中将原来的依赖本地的gradle插件改为依赖线上的,版本目前是2.2.3,可以在此仓库关注更新 https://github.com/android-plugin/mvn-repo
修改部分参考下面:
dependencies中com.android.tools.build:gradle设置为3.0.1之后,需要在所有的repositories中增加google(),否则会找不到Android新版的官方gradle相关插件库而报错;
若buildToolsVersion改为26或更高后,还会要求修改flavor的定义,如下修改即可:
The text was updated successfully, but these errors were encountered: