devin chen

Results 3 issues of devin chen

重现方式: ``` var scene = new cc.Scene(); var layout = new ccui.Layout(); layout.onEnter = function(){ cc.log("--------------begin"); ccui.Widget.prototype.onEnter.call(this); cc.log("--------------end"); }; layout.addTouchEventListener(function(){},layout); scene.addChild(layout); cc.director.runScene(scene); ``` 以上代码执行时会出现 layout.onEnter 调用 ccui.Widget.prototype.onEnter; c++部分又调用 layout.onEnter。 debug后发现问题出现在...

**Describe the issue** AVpro 3.0.8 can not support below android 8.0, ANativeWindow_toSurface Available since API level 26. **Logs** AndroidJavaException: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "ANativeWindow_toSurface" referenced by "/data/app/com.miner.and.pd-1/lib/arm64/libAVProVideo2Native.so"... java.lang.UnsatisfiedLinkError:...

won't fix
Android

**Describe the issue** AVPro Video codec error on HUAWEI P50 Pro **Your Setup (please complete the following information):** - Unity 2022.3.17f1 - AVPro 3.0.8 - Harmony0S 4.2.0 - HUAWEI P50...

enhancement 🚀