Jiang00

Results 28 comments of Jiang00

@xiexindev 感谢,我用其他方法解决了,暂时没发现其他问题。 - 修改了NestedScrollAgentWebView的onTouchEvent方法 @Override public boolean onTouchEvent(MotionEvent event) { final MotionEvent trackEvent = MotionEvent.obtain(event); final int action = event.getActionMasked(); if (action == MotionEvent.ACTION_DOWN) { mNestedOffsetY = 0; } final...

就把compileSdkVersion 和targetSdkVersion改成了28,v7库改成了28.0.0其他没改动了,只有这台手机偶尔出现这种情况

大师兄,请教一下,我想深入学习图像处理方面的东西,但是对c++和ndk开发又不太了解,有没有什么可以快速入门的课程或者学习建议啊

大师兄,刚试了一下一点不改的还是有这种现象,还专门回退了一下as😂

还有那个libcge.so这个库怎么重新编译,搞了一晚上还是搞不通,cmake分支运行失败: Build command failed. Error while executing process C:\Users\86183\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\cmake.exe with arguments {--build E:\ziliao\android-gpuimage-plus-cmake\library\.externalNativeBuild\cmake\debug\armeabi-v7a --target CGE} [0/1] Re-running CMake... -- Configuring done -- Generating done -- Build files have been written...

$ sh buildJNI buildJNI:行14: 未预期的符号 `$'do\r'' 附近有语法错误 'uildJNI:行14: `do 然后把这一块删了报语法错误 $ ./buildJNI ./buildJNI:行64: 语法错误: 未预期的文件结尾

是用的cygwin,找到原因了,用notpad++修改了一下buildJNI文件,windows模式改为Unix模式就好了

你好,编译是成功了,但是生成的libCGE.so只有466kb,而且运行崩溃,我看别人之前的提问buildjn有 export CGE_USE_VIDEO_MODULE=1。 java.lang.UnsatisfiedLinkError: No implementation found for void org.wysaid.nativePort.CGEFFmpegNativeLibrary.avRegisterAll() (tried Java_org_wysaid_nativePort_CGEFFmpegNativeLibrary_avRegisterAll and Java_org_wysaid_nativePort_CGEFFmpegNativeLibrary_avRegisterAll__) at org.wysaid.nativePort.CGEFFmpegNativeLibrary.avRegisterAll(Native Method) at org.wysaid.nativePort.NativeLibraryLoader.load(NativeLibraryLoader.java:12) at org.wysaid.nativePort.CGEFFmpegNativeLibrary.(CGEFFmpegNativeLibrary.java:10) at org.wysaid.nativePort.CGEFFmpegNativeLibrary.avRegisterAll(Native Method) at org.wysaid.nativePort.NativeLibraryLoader.load(NativeLibraryLoader.java:12) at org.wysaid.nativePort.CGENativeLibrary.(CGENativeLibrary.java:18) at org.wysaid.nativePort.CGENativeLibrary.setLoadImageCallback(CGENativeLibrary.java:76)...

是最新的代码http://llpsgsb.oss-cn-hongkong.aliyuncs.com/lib/armeabi-v7a.zip