zhbzhbzhbz

Results 14 comments of zhbzhbzhbz

> 不更新了,详见readme.md readme里没说啊,https://github.com/yanue/V2rayU/tree/master

> 请问这个插件支持动态创建的html标签吗 用我上面添加的这个函数 就可以做到

> 遇到相同的问题,在scrollview中不需要自适应,想要无限高度不知是否可行 请问解决了么?

> `$ python rheatrace.py -a {pkgName} -t 10 -o ./output/mynewtrace.html sched freq idle am wm gfx view binder_driver hal dalvik camera input res` `Traceback (most recent call last): File "rheatrace.py",...

> 如果启动app没看到初始化日志,你可能没有实现 Application.attachBaseContext,导致插入初始化代码失败 : @OverRide protected void attachBaseContext(Context base) { super.attachBaseContext(base); } 谢谢!!问题解决了

> 2022-03-31 14:24:28.516 7791-7791/com.example.myapplication E/rhea:atrace: failed to create directory /storage/emulated/0/rhea-trace/com.example.myapplication 2022-03-31 14:24:28.555 7791-7791/com.example.myapplication I/Toast: Show toast from OpPackageName:com.example.myapplication, PackageName:com.example.myapplication 2022-03-31 14:24:33.598 7791-7791/com.example.myapplication D/Rhea:TraceSwitch: RheaTrace has not been started, just ignore!...

> @OverRide > protected void attachBaseContext(Context base) { > super.attachBaseContext(base); > } 谢谢!!问题解决了

我也遇到这个问题,查了下不知道问题何在,不过有个临时的解决方案,因为这个bug出现时必然会触发这段代码(平时很少触发),把997-999行删除就可以了,即 Solution: Delete these code at line 997-999 ``` //if (!options.autoselect) { // $input.val(currentValue); //} ```

亲测,使用[这篇](https://blog.csdn.net/lilongfengqianli/article/details/124986407)的配置,打包就没有问题了: Gradle插件版本(3.6.3):`classpath 'com.android.tools.build:gradle:3.6.3'` Gradle版本(5.6.4):`distributionUrl=https://services.gradle.org/distributions/gradle-5.6.4-all.zip` Bugly Gradle插件版本(1.2.3):`classpath "com.tencent.bugly:tinker-support:1.2.3"` Tinker插件版本(1.9.14.16):`implementation 'com.tencent.tinker:tinker-android-lib:1.9.14.16'`

亲测,使用[这篇](https://blog.csdn.net/lilongfengqianli/article/details/124986407)的配置,打包才一切正常: Gradle插件版本(3.6.3):`classpath 'com.android.tools.build:gradle:3.6.3'` Gradle版本(5.6.4):`distributionUrl=https://services.gradle.org/distributions/gradle-5.6.4-all.zip` Bugly Gradle插件版本(1.2.3):`classpath "com.tencent.bugly:tinker-support:1.2.3"` Tinker插件版本(1.9.14.16):`implementation 'com.tencent.tinker:tinker-android-lib:1.9.14.16'`