pingia

Results 4 issues of pingia

horizontalscrollview中包含ptrframelayout后 下拉刷新基本无法使用,根本很难拉出头部布局,不知道有人碰到过没有? 代码类似这样: this.setHeaderView(mPtrUIHandler); this.addPtrUIHandler(mPtrUIHandler); this.setPullToRefresh(false); this.setResistance(1f); this.setRatioOfHeaderHeightToRefresh(1.2f); this.disableWhenHorizontalMove(true);

打开即奔溃,错误信息如下: 2021-01-20 14:49:19.265 2600-2600/cn.test.component.originalproject E/AndroidRuntime: FATAL EXCEPTION: main Process: cn.test.component.originalproject, PID: 2600 java.lang.RuntimeException: Unable to instantiate application cn.test.component.hookjartest.HookJarApplication: java.lang.ClassNotFoundException: Didn't find class "cn.test.component.hookjartest.HookJarApplication" on path: DexPathList[[zip file "/data/app/cn.test.component.originalproject-NjuiEcEdctlZiJ0-ICUhKA==/base.apk"],nativeLibraryDirectories=[/data/app/cn.test.component.originalproject-NjuiEcEdctlZiJ0-ICUhKA==/lib/x86, /system/lib, /system/product/lib,...

解决native不能向h5页面传递非string类型数据的问题

作者您好,非常感谢您的开源,我有下面这个问题,您可以抽空看下吗? 从charles中选择多个接口导出chlsj后,再运行run start命令,只会保留一个接口吗? 还是说必须每个接口都选择导出chlsj文件?