Giter VIP home page Giter VIP logo

Comments (7)

sandy1108 avatar sandy1108 commented on June 19, 2024

升级新版本gradle之后,调试工程可能还会报错,提示uexFileMgr的aar中的一些资源找不到,目前看起来他去寻找的是test的资源,暂时没找到错误原因。如果仅仅是为了修改引擎代码的话,可以把下面代码注释掉:

compile(name: "uexFileMgr-debug", ext: 'aar')

这个仅仅是调试使用,去掉之后由于appcan.js需要用到uexFileMgr,可能的原因就是在Run工程的时候,测试case无法正常使用。但是编译出的引擎包是无影响的。

from appcan-android.

sandy1108 avatar sandy1108 commented on June 19, 2024

降级gradle(快速解决方案)

修改Engine/gradle/wrapper/gradle-wrapper.properties,其中版本改为2.14.1;其他部分维持原状即可编译通过。

from appcan-android.

sandy1108 avatar sandy1108 commented on June 19, 2024

占楼用于更新。

from appcan-android.

huihuabao123 avatar huihuabao123 commented on June 19, 2024

如何支持其他架构下的so呢

from appcan-android.

sandy1108 avatar sandy1108 commented on June 19, 2024

@huihuabao123 其他架构的so,没有特殊要求的话,我们一般不建议使用,因为涉及到项目中其他引用的插件的so都需要提供相应的架构,第三方库也一样,复杂度较高。如果真的需要的话,只需要找全所有用到的so,加进来就行了。

from appcan-android.

sandy1108 avatar sandy1108 commented on June 19, 2024

如何支持其他架构下的 so 呢

现在4.4+的引擎已经可以支持v7和64位的so架构了。公共插件也已经升级并适配。

from appcan-android.

sandy1108 avatar sandy1108 commented on June 19, 2024

适配AS3.5.0的issue:

#162

from appcan-android.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.