Litttle_fish

Results 39 comments of Litttle_fish

Ok I added working minimal(hope so) android studio project file, and a `build.rs` to copy `libc++_shared.so`, but doing so might cause document check fails(also probably need a new readme to...

hm, I tried `cargo run -p build-templated-pages -- update examples` but it didn't change anything, so it's stuck for now?

I'll draft this due to this problem, and I'll change the example readme accordingly

> Could you also share the console log? https://discord.com/channels/691052431525675048/757316314845937785/1258474648333455400 I'm not at my computer right now, this message has the same issue provided with some console log

> Those are not usable for me, I'll wait for something in text form rather than screenshots of logs when you can [Xiaomi-2206122SC-Android-14_2024-07-05_174638.log](https://github.com/user-attachments/files/16108085/Xiaomi-2206122SC-Android-14_2024-07-05_174638.log) I grabbed some console information from logcat...

I'll try disabling gpu processing on adreno 7 as #13323 did, let's see if it's really caused by that

Yup, it's caused by this, changing it from 6 to 7 fixed my game, but should we expand this filter to _all_ Adreno GPUs?

https://github.com/JunkuiZhang/LightGreen/blob/master/themes/slr-color-theme.json 或许可以参考这个

我指的是VSCode新增的现代浅色,不是默认浅色,说错了( 另外这是两种scope mut ![图片](https://github.com/user-attachments/assets/a69fc8bc-9272-4f6d-944e-41ad5942233a) 非mut ![图片](https://github.com/user-attachments/assets/3ff05d6b-3df0-4090-a3a9-c18b2867af6f)

看了一下,这个是使用rust-analyzer插件的情况下才会出现的mutable标注,或许是这个导致的?