Giter Club home page Giter Club logo

Comments (5)

puderty avatar puderty commented on June 14, 2024

这个有找到根源吗?

from mln.

izxyz avatar izxyz commented on June 14, 2024

这个有找到根源吗?
native层获取java层对象以后要手动释放, 但在map场景中这是一个逻辑冲突的行为, 即释放以后native层无法再次访问此对象, 解决方法, 这种场景使用纯native层实现, 不要与java交互

from mln.

puderty avatar puderty commented on June 14, 2024

我这里是绕过的方式,原先是java层的http json用udmap传到lua然后lua里udmap转udtable, 我改成直接java层直接传table到lua规避了.
要fix的话,mmmap.c里头的get和put方法,需要进行FREE(env, jobj);

from mln.

raintrue avatar raintrue commented on June 14, 2024

有没有试过target 30情况下构建带64位apk,我这边测试发现Android 11以上设备运行会出现点击事件错乱,A button点击以后响应的却是B button的回调,target降到29 或者不启用64位就正常。

from mln.

fangyuxiong avatar fangyuxiong commented on June 14, 2024

done

from mln.

Related Issues (20)

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.